feat: Initial commit

This commit is contained in:
Maxime Brunet 2022-01-25 14:49:24 -08:00
commit 2484d9ca71
No known key found for this signature in database
GPG key ID: 757B11B65F872567
9 changed files with 143 additions and 0 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# Renovate pre-commit hooks
A [pre-commit](https://pre-commit.com/) hook to run `renovate-config-validator` when you [reconfigure Renovate via PR](https://docs.renovatebot.com/getting-started/installing-onboarding/#reconfigure-via-pr).
Even though it is a Node-based hook, it works [without any system-level dependencies](https://pre-commit.com/#node).
## Usage
```yaml
repos:
- repo: github.com/maxbrunet/renovate-pre-commit-hooks
rev: 31.56.0
hooks:
- id: renovate-config-validator
```