allow next Java LTS version

This commit is contained in:
Athou
2025-01-23 21:49:28 +01:00
parent 3c067140fd
commit dae5efa787

View File

@@ -32,7 +32,7 @@
"matchDatasources": "docker",
"matchPackageNames": "ibm-semeru-runtimes",
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
"allowedVersions": "/^open-(?:8|11|17|21)(?:\\.|-|$)/"
"allowedVersions": "/^open-(?:8|11|17|21|25)(?:\\.|-|$)/"
}
]
}