From 921b9e9e5e070d50964e279bf62a37cc742c26d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 02:29:10 +0000 Subject: [PATCH] chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v3.6.0 Signed-off-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 6325a01..f07166a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.2.0 + rev: v3.6.0 hooks: - id: conventional-pre-commit stages: [commit-msg]