From 4114de7afba8390638763d5b82320f5d78b0dfc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:09:57 +0000 Subject: [PATCH] chore(deps): update makefile --- makefile.d/20-tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.d/20-tools.mk b/makefile.d/20-tools.mk index 06ec3ad30..b4a0e6795 100644 --- a/makefile.d/20-tools.mk +++ b/makefile.d/20-tools.mk @@ -114,7 +114,7 @@ bin/golangci-lint-$(GOLANGCI_VERSION): | $(BIN_DIR) YQ_BIN := $(BIN_DIR)/yq # renovate: datasource=github-releases depName=mikefarah/yq versioning=semver -YQ_VERSION := 4.44.2 +YQ_VERSION := 4.44.3 bin/yq: bin/yq-$(YQ_VERSION) @ln -sf $(notdir $<) $@ @@ -206,7 +206,7 @@ bin/git-cliff-$(GITCLIFF_VERSION): | $(BIN_DIR) TYPOS_BIN := $(BIN_DIR)/typos # renovate: datasource=github-releases depName=crate-ci/typos versioning=semver -TYPOS_VERSION := 1.23.5 +TYPOS_VERSION := 1.23.6 TYPOS_OSTYPE := $(OSTYPE) TYPOS_ARCH := $(ARCHTYPE) TYPOS_URL =