Skip to content

Commit d9befc4

Browse files
committed
change to dependabot uv
1 parent ad722c5 commit d9befc4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
41
version: 2
52
updates:
6-
- package-ecosystem: "pip" # For Python packages
7-
directory: "/" # Location of package manifests
3+
- package-ecosystem: "uv"
4+
directory: "/"
85
schedule:
9-
interval: "weekly"
6+
interval: "weekly"

0 commit comments

Comments
 (0)