From c422b7d061fbcb503c4adc389fdc2662d2b174f3 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 18 Sep 2025 15:21:29 +0200 Subject: [PATCH] fix(action): update goreleaser/goreleaser --- actions.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/actions.json b/actions.json index f45f253..bab0766 100644 --- a/actions.json +++ b/actions.json @@ -18,6 +18,26 @@ "patch" ] }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "automerge": true, + "enabled": true, + "groupName": "actions", + "groupSlug": "actions", + "matchDatasources": [ + "github-releases" + ], + "matchPackageNames": [ + "goreleaser/goreleaser" + ], + "matchUpdateTypes": [ + "minor", + "patch" + ] + }, { "addLabels": [ "renovate/disabled",