Skip to content

Commit 211f854

Browse files
authored
Chore: [AEA-0000] - Dependabot cooldown (#115)
## Summary - Routine Change ### Details - dependabot cooldown
1 parent b0172db commit 211f854

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ updates:
1212
open-pull-requests-limit: 20
1313
commit-message:
1414
prefix: "Upgrade: [dependabot] - "
15+
cooldown:
16+
default-days: 3
1517

1618
###################################
1719
# Poetry #########################
@@ -26,6 +28,8 @@ updates:
2628
versioning-strategy: increase
2729
commit-message:
2830
prefix: "Upgrade: [dependabot] - "
31+
cooldown:
32+
default-days: 3
2933

3034
###################################
3135
# NPM workspace ##################
@@ -40,3 +44,5 @@ updates:
4044
versioning-strategy: increase
4145
commit-message:
4246
prefix: "Upgrade: [dependabot] - "
47+
cooldown:
48+
default-days: 3

0 commit comments

Comments
 (0)