From fb80f152df6b09d73d0dae9889588e9a241f886a Mon Sep 17 00:00:00 2001 From: Philipp Horstenkamp Date: Fri, 19 Dec 2025 17:49:28 +0100 Subject: [PATCH] Add a schema validation for the renovate.json --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 97ccf93..b50d730 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,3 +49,8 @@ repos: hooks: - id: prettier types_or: [css, javascript] + +- repo: https://github.com/python-jsonschema/check-jsonschema + rev: 0.36.0 + hooks: + - id: check-renovate