Skip to content

Commit f0eea39

Browse files
authored
Chore: [AEA-0000] - Dependabot cooldown (#715)
## Summary - Routine Change ### Details - depenadabot cooldown
1 parent 912d9c5 commit f0eea39

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ updates:
1515
commit-message:
1616
prefix: "Upgrade: [dependabot] - "
1717
open-pull-requests-limit: 20
18+
cooldown:
19+
default-days: 3
1820

1921
###################################
2022
# Poetry #########################
@@ -29,6 +31,8 @@ updates:
2931
prefix: "Upgrade: [dependabot] - "
3032
versioning-strategy: increase
3133
open-pull-requests-limit: 20
34+
cooldown:
35+
default-days: 3
3236

3337
###################################
3438
# NPM #########################
@@ -43,3 +47,5 @@ updates:
4347
prefix: "Upgrade: [dependabot] - "
4448
versioning-strategy: increase
4549
open-pull-requests-limit: 20
50+
cooldown:
51+
default-days: 3

0 commit comments

Comments
 (0)