chore: replace check-renovate with official renovate-config-validator #20

Open
opened 2026-02-26 01:46:03 +01:00 by Philipp · 0 comments
Owner

The current .pre-commit-config.yaml uses check-jsonschema for Renovate validation. We should switch to the official renovatebot/pre-commit-hooks which provides more comprehensive validation specifically for Renovate configurations.

Implementation Example

- repo: https://github.com/renovatebot/pre-commit-hooks
  rev: 43.31.2
  hooks:
    - id: renovate-config-validator

By using the official validator, we ensure better compatibility with Renovate's schema and features compared to the generic check-jsonschema approach.

The current `.pre-commit-config.yaml` uses `check-jsonschema` for Renovate validation. We should switch to the official `renovatebot/pre-commit-hooks` which provides more comprehensive validation specifically for Renovate configurations. ### Implementation Example ```yaml - repo: https://github.com/renovatebot/pre-commit-hooks rev: 43.31.2 hooks: - id: renovate-config-validator ``` By using the official validator, we ensure better compatibility with Renovate's schema and features compared to the generic `check-jsonschema` approach.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Philipp/template-git#20