Skip to content

Commit f8681fe

Browse files
authored
Merge pull request #1258 from db-ux-design-system/mfranzke-patch-1
feat: Add cooldown configuration for Dependabot
2 parents 74b48f2 + 5034959 commit f8681fe

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
@@ -7,6 +7,8 @@ updates:
77
interval: "daily"
88
pull-request-branch-name:
99
separator: "-"
10+
cooldown:
11+
default-days: 3
1012
- package-ecosystem: "npm"
1113
directory: "/"
1214
schedule:
@@ -17,6 +19,8 @@ updates:
1719
# We currently need to ignore eslint@v9
1820
- dependency-name: "eslint"
1921
update-types: ["version-update:semver-major"]
22+
cooldown:
23+
default-days: 3
2024
groups:
2125
patch-dependencies:
2226
update-types:

0 commit comments

Comments
 (0)