Skip to content

Commit 8723125

Browse files
authored
Chore: [AEA-0000] - cooldown dependabot (#1029)
## Summary - Routine Change ### Details - cooldown depenadabot
1 parent 84e9603 commit 8723125

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ updates:
1818
interval: "weekly"
1919
day: "friday"
2020
time: "18:00" # UTC
21+
open-pull-requests-limit: 20
2122
commit-message:
2223
prefix: "Upgrade: [dependabot] - "
23-
24+
cooldown:
25+
default-days: 3
2426
###################################
2527
# Poetry #########################
2628
###################################
@@ -34,7 +36,8 @@ updates:
3436
commit-message:
3537
prefix: "Upgrade: [dependabot] - "
3638
versioning-strategy: increase
37-
39+
cooldown:
40+
default-days: 3
3841
###################################
3942
# NPM workspace ##################
4043
###################################
@@ -50,3 +53,5 @@ updates:
5053
prefix: "Upgrade: [dependabot] - "
5154
registries:
5255
- npm-github
56+
cooldown:
57+
default-days: 3

0 commit comments

Comments
 (0)