mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-06 14:56:54 +00:00
feat: Initial commit
This commit is contained in:
commit
2484d9ca71
9 changed files with 143 additions and 0 deletions
7
.pre-commit-hooks.yaml
Normal file
7
.pre-commit-hooks.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- id: renovate-config-validator
|
||||
name: renovate-config-validator
|
||||
description: Validate Renovate config
|
||||
language: node
|
||||
additional_dependencies: [renovate@31.56.0]
|
||||
entry: renovate-config-validator
|
||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||
Loading…
Add table
Add a link
Reference in a new issue