Skip to content

Commit be51b8d

Browse files
Copilotshenxianpeng2bndy5
authored
chore(deps): reconfigure Dependabot uv ecosystem into groups (#339)
* Initial plan * Configure separate Dependabot schedules for action, dev, and docs dependency groups Co-authored-by: shenxianpeng <[email protected]> * Fix Dependabot configuration: use correct update-types values and restore pip group name Co-authored-by: shenxianpeng <[email protected]> * fix(deps): resolve overlapping uv ecosystem directories in Dependabot config Co-authored-by: shenxianpeng <[email protected]> * chore(deps): use daily schedule for all uv groups as requested Co-authored-by: 2bndy5 <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: 2bndy5 <[email protected]>
1 parent 15ad92c commit be51b8d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,21 @@ updates:
2020
groups:
2121
pip:
2222
patterns:
23-
- '*'
23+
- "clang-tools*"
24+
- "cpp-linter*"
25+
dev:
26+
patterns:
27+
- "mypy*"
28+
- "pre-commit*"
29+
- "ruff*"
30+
update-types:
31+
- "major"
32+
- "minor"
33+
docs:
34+
patterns:
35+
- "markdown-gfm-admonition*"
36+
- "mkdocs*"
37+
- "pyyaml*"
38+
update-types:
39+
- "major"
40+
- "minor"

0 commit comments

Comments
 (0)