Pre-commit hooks for Renovate
Find a file
renovate[bot] a024a24829
chore(deps): update dependency renovate to v41.82.9 (#3340)
| datasource | package  | from    | to      |
| ---------- | -------- | ------- | ------- |
| npm        | renovate | 41.82.8 | 41.82.9 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 11:23:26 +00:00
.github chore(deps): update actions/checkout action to v5 (#3337) 2025-08-23 16:38:44 +00:00
.editorconfig feat: Initial commit 2022-01-25 17:03:32 -08:00
.pre-commit-config.yaml chore(deps): update dependency renovate to v41.82.9 (#3340) 2025-08-24 11:23:26 +00:00
.pre-commit-hooks.yaml chore(deps): update dependency renovate to v41.82.9 (#3340) 2025-08-24 11:23:26 +00:00
.python-version chore(deps): update python docker tag to v3.13.7 (#3316) 2025-08-16 00:21:12 +00:00
LICENSE feat: Initial commit 2022-01-25 17:03:32 -08:00
package.json feat: Initial commit 2022-01-25 17:03:32 -08:00
README.md chore(deps): update dependency renovate to v41.82.9 (#3340) 2025-08-24 11:23:26 +00:00
renovate.json chore(config): migrate renovate config (#2990) 2025-05-19 13:15:29 +00:00
requirements.txt chore(deps): update dependency pre-commit to v4.3.0 (#3280) 2025-08-09 19:19:43 +00:00

Renovate pre-commit hooks

A pre-commit hook to run renovate-config-validator when you reconfigure Renovate via PR.

Even though it is a Node-based hook, it works without any system-level dependencies.

Usage

For general usage:

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

Or for a tighter configuration, opt into strict mode:

repos:
  - repo: https://github.com/renovatebot/pre-commit-hooks
    rev: 41.82.9
    hooks:
      - id: renovate-config-validator
        args: [--strict]