chore(renovate): group all renovate major updates

This commit is contained in:
Michael Kriese 2026-01-30 10:17:53 +01:00 committed by GitHub
parent d2b9da6597
commit 1879db9b70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

10
.github/renovate.json vendored
View file

@ -33,21 +33,11 @@
{ {
"description": "Don't pin renovate updates", "description": "Don't pin renovate updates",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"], "matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": [
"action.yml",
"src/docker.ts",
".github/workflows/build.yml"
],
"pinDigests": false "pinDigests": false
}, },
{ {
"description": "Use feat! semantic type for renovate major", "description": "Use feat! semantic type for renovate major",
"matchPackageNames": ["ghcr.io/renovatebot/renovate"], "matchPackageNames": ["ghcr.io/renovatebot/renovate"],
"matchFileNames": [
"action.yml",
"src/docker.ts",
".github/workflows/build.yml"
],
"matchUpdateTypes": ["major"], "matchUpdateTypes": ["major"],
"commitMessagePrefix": "feat(deps)!:", "commitMessagePrefix": "feat(deps)!:",
"additionalBranchPrefix": "renovate-major" "additionalBranchPrefix": "renovate-major"