Skip to content

Commit bbb618b

Browse files
rtibblesbotclaude
andcommitted
ci: add 7-day cooldown to dependabot updates
Throttle dependabot PRs to reduce noise from frequent minor version bumps across all package ecosystems. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2456cdf commit bbb618b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ updates:
99
interval: "weekly"
1010
day: "friday"
1111
time: "00:00"
12+
cooldown:
13+
days: 7
1214
# Maintain dependencies for Github Actions
1315
- package-ecosystem: "github-actions"
1416
directory: "/"
@@ -20,3 +22,5 @@ updates:
2022
github:
2123
patterns:
2224
- "actions/*"
25+
cooldown:
26+
days: 7

0 commit comments

Comments
 (0)