Skip to content

Commit be8eb0e

Browse files
committed
Misc: Use correct package-ecosystem in dependabot config
Use uv as the desired package-ecosystem according to the docs at https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#package-ecosystem-
1 parent 02de456 commit be8eb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
3+
- package-ecosystem: uv
44
directory: "/"
55
schedule:
66
interval: weekly

0 commit comments

Comments
 (0)