From 20537fb0b9358676b22b47c2435d93620f9d7997 Mon Sep 17 00:00:00 2001 From: Oluf Lorenzen Date: Fri, 9 Aug 2024 11:33:15 +0200 Subject: [PATCH] feat: add hook for strict validation --- .pre-commit-hooks.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 9ef07991..53c6db4e 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,3 +5,11 @@ additional_dependencies: [renovate@38.25.0] entry: renovate-config-validator files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' +- id: renovate-config-validator-strict + name: renovate-config-validator + description: Validate Renovate config + language: node + additional_dependencies: [renovate@38.23.2] + entry: renovate-config-validator + args: [--strict] + files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'