Skip to content

Commit 87a353c

Browse files
gijzelaerrclaude
andcommitted
chore: update all dependencies and add grouped dependabot config
Update uv.lock with latest dependency versions, superseding the individual dependabot PRs (#581, #582, #583). Add .github/dependabot.yml with grouped updates so future dependency bumps arrive as a single weekly PR instead of one PR per package. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 68af88d commit 87a353c

2 files changed

Lines changed: 341 additions & 232 deletions

File tree

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
groups:
9+
all-dependencies:
10+
patterns:
11+
- "*"
12+
commit-message:
13+
prefix: "chore"
14+
include: "scope"
15+
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
day: "monday"
21+
groups:
22+
all-actions:
23+
patterns:
24+
- "*"
25+
commit-message:
26+
prefix: "chore"
27+
include: "scope"

0 commit comments

Comments
 (0)