Skip to content

Commit becd039

Browse files
authored
Chore: [AEA-0000] - Cooldown dependabot (#2520)
## Summary - Routine Change ### Details - cooldown dependabot
1 parent 62d69d2 commit becd039

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ updates:
2323
open-pull-requests-limit: 20
2424
commit-message:
2525
prefix: "Upgrade: [dependabot] - "
26+
cooldown:
27+
default-days: 3
2628
- package-ecosystem: "github-actions"
2729
# Workflow files stored in the
2830
# default location of `.github/workflows`
@@ -34,6 +36,8 @@ updates:
3436
open-pull-requests-limit: 20
3537
commit-message:
3638
prefix: "Upgrade: [dependabot] - "
39+
cooldown:
40+
default-days: 3
3741

3842
###################################
3943
# NPM workspace ##################
@@ -50,3 +54,5 @@ updates:
5054
prefix: "Upgrade: [dependabot] - "
5155
registries:
5256
- npm-github
57+
cooldown:
58+
default-days: 3

0 commit comments

Comments
 (0)