26 lines
801 B
JSON
26 lines
801 B
JSON
{
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
|
|
"depNameTemplate": "sabnzbd/sabnzbd",
|
|
"datasourceTemplate": "github-releases"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
|
|
"depNameTemplate": "krallin/tini",
|
|
"datasourceTemplate": "github-releases"
|
|
},
|
|
{
|
|
"customType": "regex",
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
|
|
"depNameTemplate": "jkansanen/par2cmdline-mt",
|
|
"datasourceTemplate": "github-tags"
|
|
}
|
|
]
|
|
}
|