Skip to content

Commit 52ed973

Browse files
authored
Chore: [AEA-0000] - Depenadabot cooldown (#641)
## Summary - Routine Change ### Details - dependabot cooldown
1 parent 2a856a6 commit 52ed973

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ updates:
1212
interval: "weekly"
1313
day: "thursday"
1414
time: "18:00" #UTC
15+
open-pull-requests-limit: 20
1516
commit-message:
1617
prefix: "Upgrade: [dependabot] - "
18+
cooldown:
19+
default-days: 3
1720

1821
###################################
1922
# Poetry #########################
@@ -25,8 +28,11 @@ updates:
2528
day: "thursday"
2629
time: "20:00" #UTC
2730
versioning-strategy: increase
31+
open-pull-requests-limit: 20
2832
commit-message:
2933
prefix: "Upgrade: [dependabot] - "
34+
cooldown:
35+
default-days: 3
3036

3137
###################################
3238
# NPM workspace ##################
@@ -41,3 +47,5 @@ updates:
4147
open-pull-requests-limit: 20
4248
commit-message:
4349
prefix: "Upgrade: [dependabot] - "
50+
cooldown:
51+
default-days: 3

0 commit comments

Comments
 (0)