Skip to content

Commit 4276066

Browse files
committed
chore: re-enable Dependabot version updates (uv + github-actions)
Switch package-ecosystem from pip to uv to match the project's package manager and uv.lock. Set open-pull-requests-limit to 5 (was 0, effectively disabled). Add github-actions ecosystem to track Action version updates. Security updates were already running via auto-detected uv ecosystem; this enables proactive version updates on the same ecosystem.
1 parent 1292386 commit 4276066

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
3+
- package-ecosystem: uv
44
directory: "/"
55
schedule:
66
interval: weekly
77
day: tuesday
8-
open-pull-requests-limit: 0
8+
open-pull-requests-limit: 5
9+
- package-ecosystem: github-actions
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
day: tuesday
14+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)