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.3.6 | 40.4.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 lines
275 B
YAML
8 lines
275 B
YAML
- id: renovate-config-validator
|
|
name: renovate-config-validator
|
|
description: Validate Renovate config
|
|
language: node
|
|
language_version: lts
|
|
additional_dependencies: [renovate@40.4.0]
|
|
entry: renovate-config-validator
|
|
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|