1575ffa6ae
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
22 lines
572 B
JSON
22 lines
572 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": [
|
|
"/scripts/bundler.sh/"
|
|
],
|
|
"matchStrings": [
|
|
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "adoptium/temurin21-binaries",
|
|
"versioningTemplate": "regex:^jdk-?(?<major>\\d+).(?<minor>\\d+).+?(?<patch>[\\d+]+)$"
|
|
}
|
|
]
|
|
}
|