From f827138f29f367600865aa69e9234c8c5b9b0719 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 01:56:08 +0000 Subject: [PATCH] chore(deps): update pre-commit hook adrienverge/yamllint to v1.36.0 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57e01b9..b4797d1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: hooks: - id: hadolint - repo: https://github.com/adrienverge/yamllint.git - rev: v1.35.1 + rev: v1.36.0 hooks: - id: yamllint args: [--strict, -c=.yamllint.yaml]