2026-06-09 02:15:40 +00:00
|
|
|
{
|
2026-06-12 16:03:47 +00:00
|
|
|
"customManagers": [
|
2026-06-09 02:15:40 +00:00
|
|
|
{
|
2026-06-12 16:03:47 +00:00
|
|
|
"customType": "regex",
|
|
|
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
2026-06-12 11:01:06 -04:00
|
|
|
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "sabnzbd/sabnzbd",
|
2026-06-12 11:44:36 -04:00
|
|
|
"datasourceTemplate": "github-releases"
|
2026-06-09 02:15:40 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-06-12 16:03:47 +00:00
|
|
|
"customType": "regex",
|
|
|
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
2026-06-12 11:01:36 -04:00
|
|
|
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "krallin/tini",
|
2026-06-12 11:44:36 -04:00
|
|
|
"datasourceTemplate": "github-releases"
|
2026-06-09 02:15:40 +00:00
|
|
|
},
|
|
|
|
|
{
|
2026-06-12 16:03:47 +00:00
|
|
|
"customType": "regex",
|
|
|
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
2026-06-12 10:45:52 -04:00
|
|
|
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
|
2026-06-09 02:15:40 +00:00
|
|
|
"depNameTemplate": "jkansanen/par2cmdline-mt",
|
2026-06-12 11:44:36 -04:00
|
|
|
"datasourceTemplate": "github-tags"
|
2026-06-09 02:15:40 +00:00
|
|
|
}
|
|
|
|
|
]
|
2026-06-12 16:03:47 +00:00
|
|
|
}
|