chore(config): migrate Renovate config #19

Merged
jcabillot merged 1 commits from renovate/migrate-config into master 2026-06-12 21:26:11 -04:00
+8 -5
View File
@@ -1,22 +1,25 @@
{ {
"regexManagers": [ "customManagers": [
{ {
"fileMatch": ["^Dockerfile$"], "customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"], "matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
"depNameTemplate": "sabnzbd/sabnzbd", "depNameTemplate": "sabnzbd/sabnzbd",
"datasourceTemplate": "github-releases" "datasourceTemplate": "github-releases"
}, },
{ {
"fileMatch": ["^Dockerfile$"], "customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""], "matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
"depNameTemplate": "krallin/tini", "depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases" "datasourceTemplate": "github-releases"
}, },
{ {
"fileMatch": ["^Dockerfile$"], "customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"], "matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
"depNameTemplate": "jkansanen/par2cmdline-mt", "depNameTemplate": "jkansanen/par2cmdline-mt",
"datasourceTemplate": "github-tags" "datasourceTemplate": "github-tags"
} }
] ]
} }