Skip to content

Commit 9fedf3e

Browse files
authored
fix: add pip to update pyproject.toml
1 parent 63e8fe6 commit 9fedf3e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ updates:
1616
- package-ecosystem: uv
1717
directory: /
1818
schedule:
19-
interval: "daily"
19+
interval: "weekly"
20+
groups:
21+
uv:
22+
patterns:
23+
- '*'
24+
- package-ecosystem: pip
25+
directory: /
26+
schedule:
27+
interval: "weekly"
2028
groups:
2129
pip:
2230
patterns:

0 commit comments

Comments
 (0)