Skip to content

Commit 66e9e6c

Browse files
authored
Merge pull request #2208 from db-ux-design-system/mfranzke-patch-1
feat: Set default cooldown for dependency updates
2 parents ce51cd1 + 3a95ef9 commit 66e9e6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 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
- package-ecosystem: "npm"
1416
directory: "/angular-example"
@@ -20,6 +22,8 @@ updates:
2022
pull-request-branch-name:
2123
separator: "-"
2224
versioning-strategy: increase
25+
cooldown:
26+
default-days: 3
2327
groups:
2428
patch-dependencies:
2529
update-types:
@@ -44,6 +48,8 @@ updates:
4448
pull-request-branch-name:
4549
separator: "-"
4650
versioning-strategy: increase
51+
cooldown:
52+
default-days: 3
4753
groups:
4854
patch-dependencies:
4955
update-types:
@@ -61,6 +67,8 @@ updates:
6167
pull-request-branch-name:
6268
separator: "-"
6369
versioning-strategy: increase
70+
cooldown:
71+
default-days: 3
6472
groups:
6573
patch-dependencies:
6674
update-types:
@@ -78,6 +86,8 @@ updates:
7886
pull-request-branch-name:
7987
separator: "-"
8088
versioning-strategy: increase
89+
cooldown:
90+
default-days: 3
8191
groups:
8292
patch-dependencies:
8393
update-types:

0 commit comments

Comments
 (0)