Skip to content

Commit 84e4a28

Browse files
authored
feat: Configure cooldown for Dependabot updates (#440)
Added cooldown settings for npm and GitHub Actions updates.
1 parent 56aad59 commit 84e4a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
timezone: "Europe/Berlin"
1010
pull-request-branch-name:
1111
separator: "-"
12+
cooldown:
13+
default-days: 3
1214

1315
# Daily: Check minor and patch updates
1416
- package-ecosystem: "npm"
@@ -25,6 +27,8 @@ updates:
2527
# We currently need to ignore eslint@v9
2628
- dependency-name: "eslint"
2729
update-types: ["version-update:semver-major"]
30+
cooldown:
31+
default-days: 3
2832
groups:
2933
patch-dependencies:
3034
update-types:

0 commit comments

Comments
 (0)