Skip to content

Commit a9997c0

Browse files
committed
security folks recommend a cooldown period for dependabot.yml
1 parent 1d7ec90 commit a9997c0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ updates:
2020
directory: "/"
2121
schedule:
2222
interval: "weekly"
23+
cooldown:
24+
default-days: 7
2325
# Maintain dependencies for Gradle
2426
- package-ecosystem: "gradle"
2527
directory: "/"
2628
schedule:
27-
interval: "daily"
29+
interval: "weekly"
30+
cooldown:
31+
default-days: 7

0 commit comments

Comments
 (0)