From fabc503858d21c0bf3cdb9202563cfd6e2d0149e Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 12 Nov 2025 22:07:23 +0100 Subject: [PATCH] fix(action): update action golangci/golangci-lint-action to v9 --- actions.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/actions.json b/actions.json index 1ae2014..3e89d2b 100644 --- a/actions.json +++ b/actions.json @@ -53,6 +53,21 @@ "actions/checkout" ] }, + { + "addLabels": [ + "renovate/automerge", + "renovate/github-action" + ], + "allowedVersions": "<10.0.0", + "automerge": true, + "enabled": true, + "matchManagers": [ + "github-actions" + ], + "matchPackageNames": [ + "golangci/golangci-lint-action" + ] + }, { "addLabels": [ "renovate/automerge",