From 45097e62c50670547d5419b1c1450b556b43914b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 13:14:26 +0000 Subject: [PATCH] chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b876048..5fcff12 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ check-shell-formatting: docker run $(DOCKER_RUN_OPTS) mvdan/shfmt:$(SHFMT_VERSION) --simplify --diff ./ci/* # renovate: depName=ghcr.io/google/yamlfmt -YAMLFMT_VERSION=0.17.0@sha256:b4ebf4ff064f5bcf779ef4799dad1fc52542e137677699210aea2de2b270e97f +YAMLFMT_VERSION=0.17.2@sha256:fa6874890092db69f35ece6a50e574522cae2a59b6148a1f6ac6d510e5bcf3cc .PHONY: check-yaml-formatting check-yaml-formatting: