Skip to content

Commit a369627

Browse files
committed
Fix check-renovate pre-commit hook matching .renovaterc
1 parent d84e610 commit a369627

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@
171171
(?x)^(
172172
renovate\.(json|json5)|
173173
\.(github|gitlab)/renovate\.(json|json5)|
174-
\.renovaterc\.(json|json5)?
174+
\.renovaterc|
175+
\.renovaterc\.(json|json5)
175176
)$
176177
177178
# this hook is autogenerated from a script

0 commit comments

Comments
 (0)