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 ad722c5 commit d9befc4Copy full SHA for d9befc4
.github/dependabot.yml
@@ -1,9 +1,6 @@
1
-# Dependabot configuration file
2
-# See documentation: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
-
4
version: 2
5
updates:
6
- - package-ecosystem: "pip" # For Python packages
7
- directory: "/" # Location of package manifests
+ - package-ecosystem: "uv"
+ directory: "/"
8
schedule:
9
- interval: "weekly"
+ interval: "weekly"
0 commit comments