diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 456f7673..87454c12 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,6 +27,10 @@ repos: - id: sort-simple-yaml files: .pre-commit-config.yaml - id: trailing-whitespace + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.219.0 + hooks: + - id: renovate-config-validator - repo: local hooks: - id: pdm-sync diff --git a/template/.pre-commit-config.yaml.jinja b/template/.pre-commit-config.yaml.jinja index 92eed327..7f86171c 100644 --- a/template/.pre-commit-config.yaml.jinja +++ b/template/.pre-commit-config.yaml.jinja @@ -28,6 +28,10 @@ repos: - id: sort-simple-yaml files: .pre-commit-config.yaml - id: trailing-whitespace + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.219.0 + hooks: + - id: renovate-config-validator - repo: local hooks: - id: pdm-sync