From 4835118c23c87fad0b3cfb886eefd66d6aebd40a Mon Sep 17 00:00:00 2001 From: Willi Carlsen Date: Mon, 15 Apr 2024 13:47:05 +0200 Subject: [PATCH] Expand file regex to also include global config.js Signed-off-by: Willi Carlsen --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index eb0e0cfa..39a1fe17 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -4,4 +4,4 @@ language: node additional_dependencies: [renovate@37.286.0] entry: renovate-config-validator - files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' + files: '((^|/).?renovate(?:rc)?(?:\.json5?)?$|^config.js$)'