diff --git a/.github/renovate.json b/.github/renovate.json index 58223e5fca0..45ad53ff574 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -71,7 +71,8 @@ "fileMatch": ["(^|/)Makefile$"], "matchStrings": ["GOLANGCI_VERSION := (?.*?)\\n"], "datasourceTemplate": "docker", - "depNameTemplate": "golangci/golangci-lint" + "depNameTemplate": "golangci/golangci-lint", + "extractVersionTemplate": "^v?(?.*)$" } ] }