Skip to content

Commit 23a368b

Browse files
committed
chore(renovate): update renovate for sdkman
1 parent b501879 commit 23a368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json renamed to renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"matchStrings": ["java=(?<currentValue>.*)-tem\\n"],
1414
"datasourceTemplate": "java-version",
1515
"depNameTemplate": "java",
16-
"versioningTemplate": "regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
16+
"autoReplaceStringTemplate": "java={{{newMajor}}}.{{{newMinor}}}.{{{newPatch}}}-tem"
1717
},
1818
{
1919
"customType": "regex",

0 commit comments

Comments
 (0)