mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
fix(java): add sapmachine to LTS workaround (#18122)
This commit is contained in:
parent
fe555880c9
commit
070df56d00
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ export const presets: Record<string, Preset> = {
|
|||
'adoptopenjdk',
|
||||
'openjdk',
|
||||
'java',
|
||||
'sapmachine',
|
||||
],
|
||||
versioning:
|
||||
'regex:^(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>\\d+))?(-(?<compatibility>.*))?$',
|
||||
|
|
Loading…
Reference in a new issue