Skip to content

Commit abeffec

Browse files
Copilotshenxianpeng
andcommitted
Fix Dependabot configuration: use correct update-types values and restore pip group name
Co-authored-by: shenxianpeng <3353385+shenxianpeng@users.noreply.github.com>
1 parent 46909e3 commit abeffec

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ updates:
1818
schedule:
1919
interval: "daily"
2020
groups:
21-
action:
21+
pip:
2222
patterns:
2323
- "clang-tools*"
2424
- "cpp-linter*"
@@ -33,13 +33,13 @@ updates:
3333
- "pre-commit*"
3434
- "ruff*"
3535
update-types:
36-
- "version-update:semver-major"
37-
- "version-update:semver-minor"
36+
- "major"
37+
- "minor"
3838
docs:
3939
patterns:
4040
- "markdown-gfm-admonition*"
4141
- "mkdocs*"
4242
- "pyyaml*"
4343
update-types:
44-
- "version-update:semver-major"
45-
- "version-update:semver-minor"
44+
- "major"
45+
- "minor"

0 commit comments

Comments
 (0)