Skip to content

Commit 3981e75

Browse files
committed
Update dependabot to work with uv
1 parent 1abbaaa commit 3981e75

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
version: 2
2+
23
updates:
3-
- package-ecosystem: "pip"
4+
- package-ecosystem: "uv"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
ignore:
9+
- dependency-name: "*"
10+
update-types:
11+
- version-update:semver-patch
12+
- version-update:semver-minor
13+
- package-ecosystem: "github-actions"
414
directory: "/"
515
schedule:
616
interval: "daily"

0 commit comments

Comments
 (0)