pre-commit-hooks icon indicating copy to clipboard operation
pre-commit-hooks copied to clipboard

Doesn’t check default.json in a renovate-config repository

Open volschin opened this issue 1 year ago • 1 comments

I wanna use the pre-commit for my default.json but it isn’t recognized, at least not by default. Would be nice to make this possible.

My usage example here: https://github.com/volschin/renovate-config

volschin avatar Jul 08 '24 09:07 volschin

I think you need to override the files regex

https://github.com/renovatebot/pre-commit-hooks/blob/main/.pre-commit-hooks.yaml#L7

viceice avatar Jul 08 '24 12:07 viceice