Skip to content

Commit ad2dcb1

Browse files
dguidoclaude
andcommitted
Add cooldown and groups to dependabot config
- Change interval from daily to weekly for both ecosystems - Add 7-day cooldown to github-actions ecosystem - Add groups configuration to batch updates - Fix missing newline at EOF Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4437cc4 commit ad2dcb1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ updates:
44
- package-ecosystem: github-actions
55
directory: /
66
schedule:
7-
interval: daily
7+
interval: weekly
8+
cooldown:
9+
default-days: 7
10+
groups:
11+
all:
12+
patterns: ["*"]
813
- package-ecosystem: uv
914
directory: /
1015
schedule:
11-
interval: daily
16+
interval: weekly
1217
cooldown:
13-
default-days: 7
18+
default-days: 7
19+
groups:
20+
all:
21+
patterns: ["*"]

0 commit comments

Comments
 (0)