From effc28a2fd2d236887b424d26bf9fb9b148d1e4f Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 26 Feb 2026 16:00:48 +0100 Subject: [PATCH] fix(actions): update goreleaser/goreleaser-action to v7 --- actions.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/actions.json b/actions.json index cb15d6c..61534ef 100644 --- a/actions.json +++ b/actions.json @@ -80,6 +80,21 @@ "golangci/golangci-lint-action" ] }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "allowedVersions": "<8.0.0", + "automerge": true, + "enabled": true, + "matchManagers": [ + "github-actions" + ], + "matchPackageNames": [ + "goreleaser/goreleaser-action" + ] + }, { "addLabels": [ "renovate/automerge",