Skip to content

Commit e9c249e

Browse files
dbrattliclaude
andauthored
ci: enable Dependabot for uv and GitHub Actions (#770)
Adds .github/dependabot.yml with weekly update checks for Python dependencies (pyproject.toml / uv.lock via the uv ecosystem) and GitHub Actions workflow pins. Updates are grouped into a single PR per ecosystem to keep review noise low. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent d88f6b4 commit e9c249e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "uv"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
groups:
9+
python-dependencies:
10+
patterns:
11+
- "*"
12+
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
open-pull-requests-limit: 5
18+
groups:
19+
github-actions:
20+
patterns:
21+
- "*"

0 commit comments

Comments
 (0)