Skip to content

Commit c0ed87f

Browse files
authored
Update Dependabot config to use uv (#986)
2 parents 1ee5728 + 0de91bb commit c0ed87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "uv" # See documentation for possible values
9+
directory: "/src" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
1212
groups:

0 commit comments

Comments
 (0)