ci: group all others deps update

This commit is contained in:
LongYinan
2025-04-22 10:28:11 +08:00
parent bc8774580e
commit a1e338efc1

14
.github/renovate.json vendored
View File

@@ -36,7 +36,19 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": [
"dockerfile",
"github-actions",
"helmv3",
"helm-values",
"gradle-wrapper",
"gradle",
"docker-compose",
"devcontainer",
"cocoapods",
"bundler"
]
},
{
"groupName": "rust toolchain",