Files
Suwayomi-Server/renovate.json
T
2024-11-16 12:37:02 -05:00

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"
}
]
}