mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-11 17:24:18 +00:00
feat: add hook for strict validation
This commit is contained in:
parent
f44d4f4259
commit
20537fb0b9
1 changed files with 8 additions and 0 deletions
|
|
@ -5,3 +5,11 @@
|
|||
additional_dependencies: [renovate@38.25.0]
|
||||
entry: renovate-config-validator
|
||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||
- id: renovate-config-validator-strict
|
||||
name: renovate-config-validator
|
||||
description: Validate Renovate config
|
||||
language: node
|
||||
additional_dependencies: [renovate@38.23.2]
|
||||
entry: renovate-config-validator
|
||||
args: [--strict]
|
||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue