From 04a4032d8e85d630fbcbe155726ddadb935cc9b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 18:35:07 +0000 Subject: [PATCH] chore(deps): update ghcr.io/google/yamlfmt docker tag to v0.17.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 415af37..194483c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ check-shell-formatting: docker run --rm -v $(PWD):/workspace -w /workspace -u $(UID):$(GID) mvdan/shfmt:$(SHFMT_VERSION) --simplify --diff ci/* # renovate: depName=ghcr.io/google/yamlfmt -YAMLFMT_VERSION=0.17.0@sha256:b4ebf4ff064f5bcf779ef4799dad1fc52542e137677699210aea2de2b270e97f +YAMLFMT_VERSION=0.17.1@sha256:4aef3416c720c378e8faeb2b96faebdd092058fe8860a868fdb33c8ed5d50a5d check-yaml-formatting: docker pull ghcr.io/google/yamlfmt:$(YAMLFMT_VERSION)