Skip to content

Commit b353ecb

Browse files
authored
Merge pull request #2277 from WordPress/add/dependabot-cooldown
Add 1-week `cooldown` for Dependabot
2 parents f7846e4 + 35588bd commit b353ecb

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
@@ -9,6 +9,8 @@ updates:
99
- "no milestone"
1010
- "[Type] Enhancement"
1111
- "github_actions"
12+
cooldown:
13+
default-days: 7
1214

1315
- package-ecosystem: npm
1416
directory: '/'
@@ -19,6 +21,8 @@ updates:
1921
- "no milestone"
2022
- "[Type] Enhancement"
2123
- "javascript"
24+
cooldown:
25+
default-days: 7
2226

2327
- package-ecosystem: composer
2428
directory: '/'
@@ -29,3 +33,5 @@ updates:
2933
- "no milestone"
3034
- "[Type] Enhancement"
3135
- "php"
36+
cooldown:
37+
default-days: 7

0 commit comments

Comments
 (0)