Skip to content

Commit 02fe243

Browse files
committed
Update dependabot config to use uv
1 parent 2f481c9 commit 02fe243

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
version: 2
2+
enable-beta-ecosystems: true
23
updates:
3-
- package-ecosystem: "pip"
4+
- package-ecosystem: "uv"
45
directory: "/"
56
schedule:
67
interval: "daily"
8+
ignore:
9+
- dependency-name: "*"
10+
update-types:
11+
- version-update:semver-patch
12+
- version-update:semver-minor
713
- package-ecosystem: "github-actions"
814
directory: "/"
915
schedule:

0 commit comments

Comments
 (0)