diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8091779..841a85d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,13 @@ repos: - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files -repos: - - repo: https://github.com/renovatebot/pre-commit-hooks +- repo: https://github.com/renovatebot/pre-commit-hooks rev: 36.93.7 hooks: - - id: renovate-config-validator + - id: renovate-config-validator +- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook + rev: v8.0.0 + hooks: + - id: commitlint + stages: [commit-msg] + additional_dependencies: ['@commitlint/config-conventional']