diff --git a/.github/renovate.json b/.github/renovate.json index 65a467f0..488682b9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -10,6 +10,7 @@ { "description": "Update references in Markdown files weekly", "matchFileNames": ["**/*.md"], + "matchUpdateTypes": ["!major"], "extends": ["schedule:weekly"], "automerge": true, "minimumReleaseAge": null, @@ -19,13 +20,6 @@ "semanticCommitScope": null, "additionalBranchPrefix": "docs-" }, - { - "description": "Always group major updates to the Renovate Docker image (docs and code)", - "groupName": "renovate-major", - "matchUpdateTypes": ["major"], - "additionalBranchPrefix": "", - "matchPackageNames": ["ghcr.io/renovatebot/renovate"] - }, { "description": "Use build semantic type for some deps", "matchPackageNames": ["@vercel/ncc", "typescript"],