Skip to content

Commit b9933f6

Browse files
committed
Update dependabot for uv
1 parent 665c52f commit b9933f6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
# Automatically update versions for pip
1+
# Keeps dependencies up to date
22

33
version: 2
44
updates:
5-
65
# Maintain dependencies for Python
7-
- package-ecosystem: "pip"
6+
- package-ecosystem: "uv"
87
directory: "/"
98
schedule:
109
interval: "weekly"
1110
day: "friday"
1211
time: "00:00"
13-
1412
# Maintain dependencies for Github Actions
1513
- package-ecosystem: "github-actions"
1614
directory: "/"

0 commit comments

Comments
 (0)