From d877d5c4b3a56ffe499a72152254f0cd5a32253f Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Fri, 29 Apr 2022 06:50:52 +0000 Subject: [PATCH] chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v8 (.pre-commit-config.yaml) --- .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 720ecbe9..a1879a35 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -82,7 +82,7 @@ repos: types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v6.0.0 + rev: v8.0.0 hooks: - id: commitlint stages: [commit-msg]