Skip to content

Commit 071d3c1

Browse files
authored
Chore: [AEA-0000] - Dependabot cooldown (#487)
## Summary - Routine Change ### Details - add dependabot cooldown
1 parent 5d30bce commit 071d3c1

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 2 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,7 +36,8 @@ updates:
3436
open-pull-requests-limit: 20
3537
commit-message:
3638
prefix: "Upgrade: [dependabot] - "
37-
39+
cooldown:
40+
default-days: 3
3841
###################################
3942
# NPM workspace ##################
4043
###################################
@@ -50,7 +53,8 @@ updates:
5053
prefix: "Upgrade: [dependabot] - "
5154
registries:
5255
- npm-github
53-
56+
cooldown:
57+
default-days: 3
5458
###################################
5559
# Java workspace ##################
5660
###################################
@@ -64,3 +68,6 @@ updates:
6468
open-pull-requests-limit: 20
6569
commit-message:
6670
prefix: "Upgrade: [dependabot] - "
71+
cooldown:
72+
default-days: 3
73+

0 commit comments

Comments
 (0)