Skip to content

Commit 249803f

Browse files
committed
fix cooldown
1 parent 545c3fc commit 249803f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ updates:
2222
commit-message:
2323
prefix: "Upgrade: [dependabot] - "
2424
cooldown:
25-
default-days: 3
25+
default-days: 7
2626
###################################
2727
# Poetry #########################
2828
###################################
@@ -37,7 +37,7 @@ updates:
3737
prefix: "Upgrade: [dependabot] - "
3838
versioning-strategy: increase
3939
cooldown:
40-
default-days: 3
40+
default-days: 7
4141
###################################
4242
# NPM workspace ##################
4343
###################################
@@ -54,4 +54,4 @@ updates:
5454
registries:
5555
- npm-github
5656
cooldown:
57-
default-days: 3
57+
default-days: 7

0 commit comments

Comments
 (0)