Pre-commit hooks for Renovate
Find a file
Markus Hofbauer eda80df97b
feat: Add node language version (#2628)
* Add a default for the node language version

* Update .pre-commit-hooks.yaml

---------

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2025-05-06 08:55:17 +00:00
.github chore(deps): update mikefarah/yq action to v4.45.2 (#2969) 2025-05-03 07:16:17 +00:00
.editorconfig feat: Initial commit 2022-01-25 17:03:32 -08:00
.pre-commit-config.yaml chore(deps): update dependency renovate to v40.3.4 (#2978) 2025-05-05 11:16:36 +00:00
.pre-commit-hooks.yaml feat: Add node language version (#2628) 2025-05-06 08:55:17 +00:00
.python-version chore(deps): update python docker tag to v3.13.3 (#2891) 2025-04-12 21:19:00 +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 v40.3.4 (#2978) 2025-05-05 11:16:36 +00:00
renovate.json chore(config): migrate renovate config (#1418) 2023-09-26 16:10:32 +02:00
requirements.txt chore(deps): update dependency pre-commit to v4 (#2894) 2025-04-12 21:17:17 +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: 40.3.4
    hooks:
      - id: renovate-config-validator

Or for a tighter configuration, opt into strict mode:

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