Skip to content

Commit a902bd0

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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
cooldown:
10+
default-days: 7
911

1012
# Maintain dependencies for pip
1113
- package-ecosystem: "pip"
1214
directory: "/"
1315
schedule:
1416
interval: "weekly"
17+
cooldown:
18+
default-days: 7

0 commit comments

Comments
 (0)