mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
17 lines
387 B
JSON
17 lines
387 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": ["/scripts/bundler.sh"],
|
|
"matchStrings": [
|
|
"JRE_RELEASE=[\"'](?<currentValue>.+?)[\"']\\s+"
|
|
],
|
|
"datasourceTemplate": "github-releases",
|
|
"depNameTemplate": "adoptium/temurin8-binaries"
|
|
}
|
|
]
|
|
}
|