We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b501879 commit 23a368bCopy full SHA for 23a368b
renovate.json renovate.json5renovate.json renamed to renovate.json5
@@ -13,7 +13,7 @@
13
"matchStrings": ["java=(?<currentValue>.*)-tem\\n"],
14
"datasourceTemplate": "java-version",
15
"depNameTemplate": "java",
16
- "versioningTemplate": "regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?$"
+ "autoReplaceStringTemplate": "java={{{newMajor}}}.{{{newMinor}}}.{{{newPatch}}}-tem"
17
},
18
{
19
"customType": "regex",
0 commit comments