Skip to content

Commit 55578d9

Browse files
committed
add dependabot cooldown
1 parent d7ffa26 commit 55578d9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ updates:
1616
open-pull-requests-limit: 20
1717
commit-message:
1818
prefix: "Upgrade: [dependabot] - "
19-
19+
cooldown:
20+
default-days: 7
2021
###################################
2122
# NPM workspace ##################
2223
###################################
@@ -30,6 +31,8 @@ updates:
3031
versioning-strategy: increase
3132
commit-message:
3233
prefix: "Upgrade: [dependabot] - "
34+
cooldown:
35+
default-days: 7
3336

3437
###################################
3538
# Poetry #########################
@@ -44,3 +47,5 @@ updates:
4447
versioning-strategy: increase
4548
commit-message:
4649
prefix: "Upgrade: [dependabot] - "
50+
cooldown:
51+
default-days: 7

0 commit comments

Comments
 (0)