Skip to content

Commit 3f88205

Browse files
authored
Update dependabot.yml
1 parent 8a03e1c commit 3f88205

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ updates:
88
- package-ecosystem: "github-actions"
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
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+
interval: "daily"

0 commit comments

Comments
 (0)