diff --git a/Makefile b/Makefile index 0e44587..04ccfd8 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BASE_DIR := $(dir $(realpath $(firstword $(MAKEFILE_LIST)))) # renovate: datasource=npm depName=renovate -RENOVATE_VERSION := 40.37.1 +RENOVATE_VERSION := 40.48.5 setup_asdf = ./bin/setup_asdf.bash exit_error = (>&2 echo -e ">> \x1B[31m$1\x1B[39m" && exit 1)