From f304aad584e4728fd6410359e154d34634dd4b95 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 31 Jul 2026 08:31:30 +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