Skip to content

Commit af4f1c4

Browse files
Fix file match
1 parent 7083399 commit af4f1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

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

0 commit comments

Comments
 (0)