diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index c296bdf9..cd4233dd 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -12,5 +12,3 @@ additional_dependencies: [renovate@32.105.2] entry: bash -c 'for f in ${@:0}; do renovate-config-validator $f; done' files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$' - require_serial: true - pass_filenames: true