Skip to content

Commit a1910e2

Browse files
committed
Add Dependabot cooldown period
1 parent 9dc999f commit a1910e2

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
@@ -13,11 +13,15 @@ updates:
1313
update-types:
1414
- "minor"
1515
- "patch"
16+
cooldown:
17+
default-days: 7
1618
- package-ecosystem: "github-actions"
1719
directory: "/"
1820
schedule:
1921
interval: monthly
2022
groups:
2123
gh-actions:
2224
patterns:
23-
- "*"
25+
- "*"
26+
cooldown:
27+
default-days: 7

0 commit comments

Comments
 (0)