diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 39a1fe17..9b00295d 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?)?$|^config.js$)' + files: '((^|/).?renovate(?:rc)?(?:\.json5?)?|^config.js)$'