From 1e4aa1558a11482ebc342140e2aa56b363a34869 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 16 Dec 2024 03:54:41 +0200 Subject: [PATCH] chore(ci): add renovate-config-validator --- .pre-commit-config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39b42aa..1f14208 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,3 +46,8 @@ repos: rev: v1.7.4 hooks: - id: actionlint + + - repo: https://github.com/renovatebot/pre-commit-hooks + rev: 39.63.1 + hooks: + - id: renovate-config-validator