From 53fcb0ad8d550539b8553e91ce4849a05c22fd46 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 31 Jul 2026 09:32:17 +0000 Subject: [PATCH] chore(deps): update pre-commit hook hadolint/hadolint to v2.15.1 --- .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 12d7a0a..cfcdee2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,6 +6,6 @@ repos: - id: prettier - repo: https://github.com/hadolint/hadolint - rev: v2.15.0 + rev: v2.15.1 hooks: - id: hadolint-docker -- 2.40.1