Skip to content

Commit a367545

Browse files
committed
fix: pass config validation
1 parent 8682cfb commit a367545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"customManagers": [
44
{
55
"customType": "regex",
6-
"fileMatch": ["clang_tools/__init__.py"],
6+
"fileMatch": ["**/__init__.py"],
77
"matchStringsStrategy": "any",
88
"matchStrings": [
99
"release_tag = \\s*\"(?<currentValue>.*)\"\\s*//"

0 commit comments

Comments
 (0)