mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-09 08:14:17 +00:00
feat: Initial commit
This commit is contained in:
commit
2484d9ca71
9 changed files with 143 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue