From 507e8e341aa7ef3edeff5d01c7d1d3fea87a8662 Mon Sep 17 00:00:00 2001 From: "t.behrendt" Date: Tue, 21 Jul 2026 07:47:41 +0200 Subject: [PATCH] feat(actions): allow automerge of actions/setup-node v7 --- 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"] } ] }