Files
sabnzbd/renovate.json
T
cloudix_mcp_server 1eb2133bc9
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / build (pull_request) Successful in 43s
Docker Build and Push / test (pull_request) Successful in 19s
Docker Build and Push / push (pull_request) Has been skipped
fix(renovate): strip everything, minimal regexManagers only
2026-06-12 11:51:38 -04:00

22 lines
676 B
JSON

{
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
"depNameTemplate": "sabnzbd/sabnzbd",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
"depNameTemplate": "jkansanen/par2cmdline-mt",
"datasourceTemplate": "github-tags"
}
]
}