Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
chore(deps): update makefile (#1978)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent a941a72 commit 6c8c32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile.d/20-tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<) $@
Expand Down Expand Up @@ -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 =
Expand Down

0 comments on commit 6c8c32f

Please sign in to comment.