2026-06-09 02:15:40 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2026-06-12 13:48:14 +00:00
|
|
|
"customManagers": [
|
2026-06-09 02:15:40 +00:00
|
|
|
{
|
2026-06-12 13:48:14 +00:00
|
|
|
"customType": "regex",
|
2026-06-09 02:15:40 +00:00
|
|
|
"description": "Detect SABnzbd release version pin",
|
2026-06-12 10:45:52 -04:00
|
|
|
"fileMatch": ["/^Dockerfile$/"],
|
|
|
|
|
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[\\w\\.-]+)"],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "sabnzbd/sabnzbd",
|
2026-06-12 10:45:52 -04:00
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
|
"versioningTemplate": "semver"
|
2026-06-09 02:15:40 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-06-12 13:48:14 +00:00
|
|
|
"customType": "regex",
|
2026-06-09 02:15:40 +00:00
|
|
|
"description": "Detect Tini release version pin",
|
2026-06-12 10:45:52 -04:00
|
|
|
"fileMatch": ["/^Dockerfile$/"],
|
|
|
|
|
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[\\w\\.-]+)\""],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "krallin/tini",
|
2026-06-12 10:45:52 -04:00
|
|
|
"datasourceTemplate": "github-releases",
|
|
|
|
|
"versioningTemplate": "semver"
|
2026-06-09 02:15:40 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-06-12 13:48:14 +00:00
|
|
|
"customType": "regex",
|
2026-06-09 02:15:40 +00:00
|
|
|
"description": "Detect par2cmdline release version pin",
|
2026-06-12 10:45:52 -04:00
|
|
|
"fileMatch": ["/^Dockerfile$/"],
|
|
|
|
|
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "jkansanen/par2cmdline-mt",
|
2026-06-12 10:45:52 -04:00
|
|
|
"datasourceTemplate": "github-tags",
|
|
|
|
|
"versioningTemplate": "semver"
|
2026-06-09 02:15:40 +00:00
|
|
|
}
|
|
|
|
|
]
|
2026-06-12 10:21:26 -04:00
|
|
|
}
|