Skip to content

Commit 26c7b03

Browse files
Copilotshenxianpeng
andcommitted
fix(deps): resolve overlapping uv ecosystem directories in Dependabot config
Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
1 parent abeffec commit 26c7b03

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ updates:
2222
patterns:
2323
- "clang-tools*"
2424
- "cpp-linter*"
25-
- package-ecosystem: uv
26-
directory: /
27-
schedule:
28-
interval: "quarterly"
29-
groups:
3025
dev:
3126
patterns:
3227
- "mypy*"
@@ -35,6 +30,8 @@ updates:
3530
update-types:
3631
- "major"
3732
- "minor"
33+
schedule:
34+
interval: "quarterly"
3835
docs:
3936
patterns:
4037
- "markdown-gfm-admonition*"
@@ -43,3 +40,5 @@ updates:
4340
update-types:
4441
- "major"
4542
- "minor"
43+
schedule:
44+
interval: "quarterly"

0 commit comments

Comments
 (0)