We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a03e1c commit 3f88205Copy full SHA for 3f88205
.github/dependabot.yml
@@ -8,4 +8,10 @@ updates:
8
- package-ecosystem: "github-actions"
9
directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: "daily"
12
+
13
+ # Keep uv dependencies (uv.lock) up to date
14
+ - package-ecosystem: "uv"
15
+ directory: "/" # where pyproject.toml and uv.lock live
16
+ schedule:
17
0 commit comments