From f9b9763a3cf27bf8a309f516ddbfe5d61bd7ca45 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 21 Jul 2026 07:48:38 +0200 Subject: [PATCH] feat(actions): allow automerge of actions/setup-node v7 (#99) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/99 Co-authored-by: t.behrendt Co-committed-by: t.behrendt --- action.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/action.json b/action.json index eb8e405..ab6ff89 100644 --- a/action.json +++ b/action.json @@ -74,6 +74,17 @@ "platformAutomerge": true, "automergeType": "pr", "addLabels": ["automerge"] + }, + { + "description": "Automerge major updates for actions/setup-node to v7.0.0", + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major"], + "matchPackageNames": ["actions/setup-node"], + "matchNewValue": "v7.*", + "automerge": true, + "platformAutomerge": true, + "automergeType": "pr", + "addLabels": ["automerge"] } ] }