Skip to content

Commit ab699b0

Browse files
authored
security: Delay dependabot updates [TAROT-3707] (#78)
7 days should be enough when most malicious packages are patched within 24 hours.
1 parent 908b727 commit ab699b0

1 file changed

Lines changed: 12 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
timezone: Europe/Lisbon
8-
open-pull-requests-limit: 10
9-
ignore:
10-
- dependency-name: bandit
11-
versions:
12-
- 1.7.0
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
timezone: Europe/Lisbon
8+
open-pull-requests-limit: 10
9+
ignore:
10+
- dependency-name: bandit
11+
versions:
12+
- 1.7.0
13+
cooldown:
14+
default-days: 7

0 commit comments

Comments
 (0)