From 4d481b93a192b1e72642f680247703024ef27020 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 03:11:34 +0000 Subject: [PATCH] chore(deps): update pre-commit hook compilerla/conventional-pre-commit to v4 | datasource | package | from | to | | ----------- | ---------------------------------- | ------ | ------ | | github-tags | compilerla/conventional-pre-commit | v3.6.0 | v4.0.0 | --- .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 ca25da5..70919b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: language_version: 20.18.0 - repo: https://github.com/compilerla/conventional-pre-commit - rev: v3.6.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 + rev: v4.0.0 # use tags until renovate supports sha: https://github.com/renovatebot/renovate/issues/22567 hooks: - id: conventional-pre-commit stages: [commit-msg]