make renovate pickup semeru

This commit is contained in:
Athou
2024-07-23 17:27:43 +02:00
parent c2e0c81f7e
commit 608b099b4d
2 changed files with 7 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
FROM ibm-semeru-runtimes:open-21-jre
FROM ibm-semeru-runtimes:open-21.0.2_13-jre
EXPOSE 8082

View File

@@ -18,6 +18,12 @@
{
"matchManagers": "npm",
"rangeStrategy": "bump"
},
{
"matchDatasources": "docker",
"matchPackageNames": "ibm-semeru-runtimes",
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
"allowedVersions": "/^open-(?:8|11|17|21)(?:\\.|-|$)/"
}
]
}