From 644e75fbd838fc02987bc0f06bf9c2843cdb09a7 Mon Sep 17 00:00:00 2001 From: malomehi <1456960+malomehi@users.noreply.github.com> Date: Thu, 30 May 2024 02:15:24 +0200 Subject: [PATCH] Add enovate-config-validator pre-commit hook --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c0ee47..fce2c3d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,3 +34,7 @@ repos: rev: v1.7.0 hooks: - id: actionlint +- repo: https://github.com/renovatebot/pre-commit-hooks + rev: 37.381.9 + hooks: + - id: renovate-config-validator