Skip to content

Commit da4a06f

Browse files
authored
Merge pull request #213 from increments/set-dependabot-cooldown
Add cooldown configuration to Dependabot with 7-day delay
2 parents 58c39bb + 05eb01a commit da4a06f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ updates:
1010
timezone: "Asia/Tokyo"
1111
open-pull-requests-limit: 5
1212
rebase-strategy: "disabled"
13+
cooldown:
14+
default-days: 7
1315

1416
- package-ecosystem: "github-actions"
1517
directories:
@@ -20,3 +22,5 @@ updates:
2022
timezone: "Asia/Tokyo"
2123
open-pull-requests-limit: 5
2224
rebase-strategy: "disabled"
25+
cooldown:
26+
default-days: 7

0 commit comments

Comments
 (0)