From 002ada6d0424fcf2cbdf85f3b969ca95d9b334dc Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Mon, 30 Jun 2025 08:28:55 +0200 Subject: [PATCH] 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. --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index cad1d5a3..14b14809 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,7 @@ - id: renovate-config-validator name: renovate-config-validator description: Validate Renovate config + minimum_pre_commit_version: 3.6.0 language: node language_version: lts additional_dependencies: [renovate@41.17.2]