Skip to content

Commit b9dbcdb

Browse files
authored
Dependabot: add a 30-day cooldown between go dependency updates (#8312)
Documentation for the "cooldown" config parameter is here: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#cooldown-
1 parent 1582453 commit b9dbcdb

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
@@ -14,6 +14,8 @@ updates:
1414
schedule:
1515
interval: "weekly"
1616
day: "wednesday"
17+
cooldown:
18+
default-days: 30
1719
- package-ecosystem: "github-actions"
1820
directory: "/"
1921
schedule:

0 commit comments

Comments
 (0)