mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-10 16:54:18 +00:00
Add minimum_pre_commit_version
https://github.com/renovatebot/pre-commit-hooks/discussions/3195 identified an issue, so we want to include a reasonable minimal pre-commit version so that users become a clear error message.
This commit is contained in:
parent
461803813a
commit
002ada6d04
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
- id: renovate-config-validator
|
- id: renovate-config-validator
|
||||||
name: renovate-config-validator
|
name: renovate-config-validator
|
||||||
description: Validate Renovate config
|
description: Validate Renovate config
|
||||||
|
minimum_pre_commit_version: 3.6.0
|
||||||
language: node
|
language: node
|
||||||
language_version: lts
|
language_version: lts
|
||||||
additional_dependencies: [renovate@41.17.2]
|
additional_dependencies: [renovate@41.17.2]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue