From 1879db9b70aa4554f31b98cbe6c6d60ce89fd691 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Fri, 30 Jan 2026 10:17:53 +0100 Subject: [PATCH] chore(renovate): group all renovate major updates --- .github/renovate.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index b08f1ef8..2fda2206 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -33,21 +33,11 @@ { "description": "Don't pin renovate updates", "matchPackageNames": ["ghcr.io/renovatebot/renovate"], - "matchFileNames": [ - "action.yml", - "src/docker.ts", - ".github/workflows/build.yml" - ], "pinDigests": false }, { "description": "Use feat! semantic type for renovate major", "matchPackageNames": ["ghcr.io/renovatebot/renovate"], - "matchFileNames": [ - "action.yml", - "src/docker.ts", - ".github/workflows/build.yml" - ], "matchUpdateTypes": ["major"], "commitMessagePrefix": "feat(deps)!:", "additionalBranchPrefix": "renovate-major"