Skip to content

Commit f763ce9

Browse files
authored
Add cooldown period to dependabot config. (#319)
Avoid malicious dependencies from being updated by using the cooldown feature in dependabot. Signed-off-by: Caleb Brown <calebbrown@google.com>
1 parent 83c6812 commit f763ce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ updates:
1010
- "/api/*"
1111
- "/examples/go/*"
1212
- "/util/*"
13+
cooldown:
14+
default-days: 14
1315
schedule:
1416
interval: "weekly"
1517
groups:
@@ -23,6 +25,8 @@ updates:
2325
- package-ecosystem: "github-actions"
2426
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
2527
directory: "/"
28+
cooldown:
29+
default-days: 14
2630
schedule:
2731
interval: "weekly"
2832
groups:

0 commit comments

Comments
 (0)