From e7aaef6bb6476e1a0a869d808ab078d6ffb59d35 Mon Sep 17 00:00:00 2001 From: elchenberg Date: Tue, 2 Jan 2024 11:28:31 +0100 Subject: [PATCH] update golangci-lint in the Makefile, too --- Makefile | 2 +- renovate.json | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61873cc..dc1cd5f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ lint: -w ${PWD} \ -v ${PWD}:${PWD} \ --env GOFLAGS=-buildvcs=false \ - golangci/golangci-lint:v1.48.0-alpine \ + docker.io/golangci/golangci-lint:v1.48.0-alpine \ golangci-lint --timeout=540s run ./... .PHONY: test diff --git a/renovate.json b/renovate.json index d0eb4db..b6d1512 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,16 @@ "automerge": true, "automergeType": "pr", "regexManagers": [ + { + "fileMatch": [ + "^Makefile$" + ], + "matchStrings": [ + "(?docker\\.io\\/golangci\\/golangci-lint):(?[A-Za-z0-9_][A-Za-z0-9_.-]{0,127})(?:@(?sha256:[a-f0-9]+))?" + ], + "depNameTemplate": "golangci/golangci-lint", + "datasourceTemplate": "docker" + }, { "fileMatch": [ "^.github/workflows/lint.yml$"