Skip to content

Commit a4429b3

Browse files
committed
This is pathMatch, not fileMatch
1 parent 344325a commit a4429b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
customType: 'regex',
1414
fileMatch: [
15-
'^\\.java-version$',
15+
'\\.java-version$',
1616
],
1717
matchStrings: [
1818
'(?<currentValue>.*)\\n',

0 commit comments

Comments
 (0)