Skip to content

Commit c0540a2

Browse files
implement dependabot cooldown (#6227)
1 parent 0a81c07 commit c0540a2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ updates:
1313
ignore:
1414
- dependency-name: "*"
1515
update-types: ["version-update:semver-patch"]
16+
cooldown:
17+
default-days: 14
1618

1719
# Docker dependencies
1820
- package-ecosystem: docker
1921
directory: "/"
2022
schedule:
2123
interval: "monthly"
2224
open-pull-requests-limit: 10
25+
cooldown:
26+
default-days: 14
2327

2428
# GitHub Actions
2529
- package-ecosystem: github-actions
@@ -31,6 +35,8 @@ updates:
3135
patterns:
3236
- "*"
3337
open-pull-requests-limit: 10
38+
cooldown:
39+
default-days: 14
3440

3541
# NPM dependencies
3642
- package-ecosystem: npm
@@ -42,3 +48,5 @@ updates:
4248
patterns:
4349
- "*"
4450
open-pull-requests-limit: 10
51+
cooldown:
52+
default-days: 14

0 commit comments

Comments
 (0)