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 1abbaaa commit 3981e75Copy full SHA for 3981e75
1 file changed
.github/dependabot.yml
@@ -1,6 +1,16 @@
1
version: 2
2
+
3
updates:
- - 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"
14
directory: "/"
15
schedule:
16
interval: "daily"
0 commit comments