Annotate your Makefile
as follows:
# Directly called by the CI
.PHONY: setup
setup:
# renovate: datasource=github-releases depName=golangci/golangci-lint
go install github.com/golangci/golangci-lint/cmd/[email protected]
Annotate your Makefile
as follows:
# Directly called by the CI
.PHONY: setup
setup:
# renovate: datasource=github-releases depName=golangci/golangci-lint
go install github.com/golangci/golangci-lint/cmd/[email protected]