Skip to content

Commit 598ead9

Browse files
authored
Set cooldown for Dependabot updates to 14 days
Added cooldown period for Dependabot updates. See https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown-
1 parent 25e46af commit 598ead9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: "sunday"
88
time: "22:00"
99
open-pull-requests-limit: 5
10+
cooldown:
11+
days: 14
1012

1113
# GitHub actions
1214
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)