mirror of
https://github.com/renovatebot/pre-commit-hooks.git
synced 2026-04-11 09:14:19 +00:00
Expand file regex to also include global config.js
Signed-off-by: Willi Carlsen <carlsenwilli@gmail.com>
This commit is contained in:
parent
8cf02333dc
commit
4835118c23
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@
|
||||||
language: node
|
language: node
|
||||||
additional_dependencies: [renovate@37.286.0]
|
additional_dependencies: [renovate@37.286.0]
|
||||||
entry: renovate-config-validator
|
entry: renovate-config-validator
|
||||||
files: '(^|/).?renovate(?:rc)?(?:\.json5?)?$'
|
files: '((^|/).?renovate(?:rc)?(?:\.json5?)?$|^config.js$)'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue