We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665c52f commit b9933f6Copy full SHA for b9933f6
1 file changed
.github/dependabot.yml
@@ -1,16 +1,14 @@
1
-# Automatically update versions for pip
+# Keeps dependencies up to date
2
3
version: 2
4
updates:
5
-
6
# Maintain dependencies for Python
7
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
8
directory: "/"
9
schedule:
10
interval: "weekly"
11
day: "friday"
12
time: "00:00"
13
14
# Maintain dependencies for Github Actions
15
- package-ecosystem: "github-actions"
16
0 commit comments