diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b90b173..5a8bd8a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -125,7 +125,7 @@ repos: stages: [pre-commit] # renovate: datasource=github-tags depName=commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v4.17.1 + rev: v4.18.1 hooks: - id: commitizen language: python diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 27aca14..393c2e5 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -123,7 +123,7 @@ repos: {%- if conventional_commits %} # renovate: datasource=github-tags depName=commitizen-tools/commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v4.17.1 + rev: v4.18.1 hooks: - id: commitizen language: python