From 2e7907858fe3b0d1f9b63530d299f4fb62d66610 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Thu, 23 Jul 2026 21:21:44 +0200 Subject: [PATCH] feat(actions): allow automerge of actions/setup-go v7 --- action.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/action.json b/action.json index ab6ff89..3a418f5 100644 --- a/action.json +++ b/action.json @@ -85,6 +85,17 @@ "platformAutomerge": true, "automergeType": "pr", "addLabels": ["automerge"] + }, + { + "description": "Automerge major updates for actions/setup-go to v7", + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["major"], + "matchPackageNames": ["actions/setup-go"], + "matchNewValue": "v7.*", + "automerge": true, + "platformAutomerge": true, + "automergeType": "pr", + "addLabels": ["automerge"] } ] }