From 26407ee6fefb1f3f10a43179e74204097c1daade 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 to v7 --- actions.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/actions.json b/actions.json index cb15d6c..a7513e2 100644 --- a/actions.json +++ b/actions.json @@ -85,6 +85,7 @@ "renovate/automerge", "renovate/github-action" ], + "allowedVersions": "<8.0.0", "automerge": true, "enabled": true, "groupName": "actions", @@ -94,10 +95,6 @@ ], "matchPackageNames": [ "goreleaser/goreleaser" - ], - "matchUpdateTypes": [ - "minor", - "patch" ] }, {