From 564070b2702c84abb25cb7c4ab5f015e702d63e4 Mon Sep 17 00:00:00 2001 From: Emma Thorpe Date: Fri, 12 Jun 2026 11:39:02 +0100 Subject: [PATCH] ci: auto-merge patch and minor renovate updates Add a packageRule that automerges patch and minor updates, with platformAutomerge enabled so Gitea merges them once required checks pass. Co-Authored-By: Claude Opus 4.8 (1M context) --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index e07a020..299cd51 100644 --- a/renovate.json +++ b/renovate.json @@ -22,8 +22,14 @@ "description": "Commit every update as fix(deps) so each merged Renovate PR triggers a patch release. config:recommended pulls in :semanticPrefixFixDepsChoreOthers, which forces non-npm updates (Docker, Actions) to chore and would otherwise produce no release.", "matchPackageNames": ["*"], "semanticCommitType": "fix" + }, + { + "description": "Auto-merge patch and minor updates once checks pass.", + "matchUpdateTypes": ["patch", "minor"], + "automerge": true } ], + "platformAutomerge": true, "customManagers": [ { "customType": "regex",