Skip to content

Commit a7853c8

Browse files
committed
Fix renovate config for golangci-lint
golangci-lint stopped publishing the Go package we used to check the available versions. Use the github release instead.
1 parent bda55b9 commit a7853c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ CHAINSAW ?= $(LOCALBIN)/chainsaw
496496
KUSTOMIZE_VERSION ?= v5.6.0
497497
# renovate: datasource=go depName=sigs.k8s.io/controller-tools/cmd/controller-gen
498498
CONTROLLER_TOOLS_VERSION ?= v0.17.1
499-
# renovate: datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint
499+
# renovate: datasource=github-releases depName=golangci/golangci-lint
500500
GOLANGCI_LINT_VERSION ?= v1.63.4
501501
# renovate: datasource=go depName=sigs.k8s.io/kind
502502
KIND_VERSION ?= v0.26.0

0 commit comments

Comments
 (0)