From 54e490543255a988bb11358f8b27f41a90876c94 Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Sun, 7 Dec 2025 12:53:56 +0100 Subject: [PATCH] ci(renovate): track golangci-lint version in workflows (#2557) --- .github/renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index a2cadee9..b7cfe611 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,6 +8,17 @@ ], "mode": "full", "addLabels":["area: dependencies"], + "customManagers": [ + { + "customType": "regex", + "fileMatch": ["^\\.github/workflows/.*\\.ya?ml$"], + "matchStrings": [ + "uses:\\s*golangci/golangci-lint-action@\\S+\\s+with:\\s+version:\\s*(?v[\\d.]+)" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "golangci/golangci-lint" + } + ], "packageRules": [ { "matchManagers": ["github-actions"],