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"],