mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-01 20:36:55 +00:00
| datasource | package | from | to | | ---------- | -------- | ------ | ------ | | npm | renovate | 41.1.4 | 41.2.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@41.2.0]
|
|
entry: renovate-config-validator
|
|
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|