chore(config): migrate config renovate.json
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 43s
Docker Build and Push / test (pull_request) Successful in 17s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-12 14:55:44 +00:00
parent 77b3d7a209
commit c2d191a91d
+10 -4
View File
@@ -4,7 +4,9 @@
{
"customType": "regex",
"description": "Detect SABnzbd release version pin",
"fileMatch": ["/^Dockerfile$/"],
"managerFilePatterns": [
"//^Dockerfile$//"
],
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[\\w\\.-]+)"],
"depNameTemplate": "sabnzbd/sabnzbd",
"datasourceTemplate": "github-releases",
@@ -13,7 +15,9 @@
{
"customType": "regex",
"description": "Detect Tini release version pin",
"fileMatch": ["/^Dockerfile$/"],
"managerFilePatterns": [
"//^Dockerfile$//"
],
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[\\w\\.-]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases",
@@ -22,11 +26,13 @@
{
"customType": "regex",
"description": "Detect par2cmdline release version pin",
"fileMatch": ["/^Dockerfile$/"],
"managerFilePatterns": [
"//^Dockerfile$//"
],
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
"depNameTemplate": "jkansanen/par2cmdline-mt",
"datasourceTemplate": "github-tags",
"versioningTemplate": "semver"
}
]
}
}