Skip to content

Commit 9286f3a

Browse files
authored
CI: add dependabot cooldown period
Add a 7-day cooldown period for Dependabot updates
1 parent 9469947 commit 9286f3a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8+
cooldown:
9+
default-days: 7 # optional
810
groups:
911
actions:
1012
patterns:

0 commit comments

Comments
 (0)