Skip to content

Commit ced6562

Browse files
authored
Merge pull request #323 from increments/set-dependabot-cooldown
Add cooldown configuration to Dependabot with 7-day delay
2 parents 10f847e + a4ce11a commit ced6562

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
@@ -7,6 +7,8 @@ updates:
77
day: "sunday"
88
timezone: "Asia/Tokyo"
99
open-pull-requests-limit: 5
10+
cooldown:
11+
default-days: 7
1012

1113
- package-ecosystem: "github-actions"
1214
directory: "/actions/publish"
@@ -15,6 +17,8 @@ updates:
1517
day: "sunday"
1618
timezone: "Asia/Tokyo"
1719
open-pull-requests-limit: 5
20+
cooldown:
21+
default-days: 7
1822

1923
- package-ecosystem: "npm"
2024
directory: "/"
@@ -24,3 +28,5 @@ updates:
2428
timezone: "Asia/Tokyo"
2529
versioning-strategy: increase
2630
open-pull-requests-limit: 5
31+
cooldown:
32+
default-days: 7

0 commit comments

Comments
 (0)