From 4dfbc50e4cd57a07cbc4e677d553416802052323 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 30 Jan 2026 09:35:49 +0100 Subject: [PATCH] chore(renovater): exclude major from docs grouping (#996) --- .github/renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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"],