8a327b2dff
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20 lines
433 B
JSON
20 lines
433 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"/scripts/bundler.sh"
|
|
],
|
|
"matchStrings": [
|
|
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "adoptium/temurin8-binaries"
|
|
}
|
|
]
|
|
}
|