From 9a255ee46078064dc4614a8646dc17d483006605 Mon Sep 17 00:00:00 2001 From: CSRBot Date: Wed, 7 May 2025 17:05:05 +0200 Subject: [PATCH] chore(deps): update dependency adrienverge/yamllint to v1.37.1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ad7dada..ec3c9d1 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # YAMLLINT_VERSION # Only required to install a specify version -YAMLLINT_VERSION?=v1.37.0 # renovate: datasource=github-releases depName=adrienverge/yamllint +YAMLLINT_VERSION?=v1.37.1 # renovate: datasource=github-releases depName=adrienverge/yamllint # CONTAINER_RUNTIME # The CONTAINER_RUNTIME variable will be used to specified the path to a @@ -49,4 +49,4 @@ container-image/push: # ============================================================================== # Declare the contents of the PHONY variable as phony. We keep that information # in a variable so we can use it in if_changed. -.PHONY: ${PHONY} \ No newline at end of file +.PHONY: ${PHONY}