File tree 1 file changed +18
-2
lines changed
1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -66,5 +66,21 @@ need to be explicitly defined using
66
66
67
67
## Dependabot
68
68
69
- Support for uv is not yet available. Progress can be tracked at
70
- [ dependabot/dependabot-core #10478 ] ( https://github.com/dependabot/dependabot-core/issues/10478 ) .
69
+ uv is supported by
70
+ [ Dependabot] ( https://docs.github.com/en/code-security/dependabot/ecosystems-supported-by-dependabot/supported-ecosystems-and-repositories )
71
+
72
+ Dependabot uses the presence of a ` uv.lock ` or ` pyproject.toml ` .
73
+
74
+ ``` yaml title=".github/dependabot.yml"
75
+ version : 2
76
+ updates :
77
+ - package-ecosystem : " uv"
78
+ # Location of `uv.lock` and/or `pyproject.toml`
79
+ directory : " /"
80
+ schedule :
81
+ interval : " weekly"
82
+ ` ` `
83
+
84
+ Refer to
85
+ [Dependabot's documentation](` https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference`)
86
+ for more configuration options.
You can’t perform that action at this time.
0 commit comments