Skip to content

Commit 9737138

Browse files
committed
ci: add dependabot version updates for uv and github-actions
1 parent 2433229 commit 9737138

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: uv
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 5
8+
groups:
9+
dev-dependencies:
10+
dependency-type: development
11+
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: weekly

0 commit comments

Comments
 (0)