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$)'