mirror of
https://github.com/Suwayomi/Tachidesk.git
synced 2025-12-10 06:42:07 +01:00
22 lines
560 B
JSON
22 lines
560 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"semanticCommits": "disabled",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"scripts/bundler.sh"
|
|
],
|
|
"matchStrings": [
|
|
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "adoptium/temurin21-binaries",
|
|
"versioningTemplate": "regex:^jdk-?(?<major>\\d+).(?<minor>\\d+).+?(?<patch>[\\d+]+)$"
|
|
}
|
|
]
|
|
}
|