Skip to content

Commit e0b2e1a

Browse files
committed
ci: enable beta uv support for dependabot
1 parent 1985e28 commit e0b2e1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/dependabot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7+
enable-beta-ecosystems: true
78
updates:
8-
- package-ecosystem: "pip"
9+
- package-ecosystem: "uv"
910
directory: "/"
1011
schedule:
1112
interval: "weekly"

0 commit comments

Comments
 (0)