diff --git a/Makefile b/Makefile index 4578b341..53af7696 100644 --- a/Makefile +++ b/Makefile @@ -439,10 +439,10 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs # additional whitespace will break the renovate regex rules. KUBECTL_VERSION=v1.32.2# renovate datasource=github-tags depName=kubernetes/kubernetes -TERRAFORM_VERSION=v1.12.2# renovate datasource=github-tags depName=hashicorp/terraform +TERRAFORM_VERSION=v1.13.1# renovate datasource=github-tags depName=hashicorp/terraform CONTROLLER_TOOLS_VERSION=v0.17.3# renovate datasource=go depName=sigs.k8s.io/controller-tools -CRD_REF_DOCS_VERSION=v0.1.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs +CRD_REF_DOCS_VERSION=v0.2.0# renovate datasource=go depName=github.com/elastic/crd-ref-docs GOLANGCI_LINT_VERSION=v2.2.2# renovate datasource=go depName=github.com/golangci/golangci-lint/cmd/golangci-lint GO_LICENSES_VERSION=v1.6.0# renovate datasource=go depName=github.com/google/go-licenses