mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-03-31 11:56:55 +00:00
| datasource | package | from | to | | ---------- | -------- | ------- | ------- | | npm | renovate | 40.12.1 | 40.12.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 lines
276 B
YAML
8 lines
276 B
YAML
- id: renovate-config-validator
|
|
name: renovate-config-validator
|
|
description: Validate Renovate config
|
|
language: node
|
|
language_version: lts
|
|
additional_dependencies: [renovate@40.12.2]
|
|
entry: renovate-config-validator
|
|
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|