2 Commits

Author SHA1 Message Date
jcabillot 964ef7713a Merge pull request 'chore(config): migrate Renovate config' (#19) from renovate/migrate-config into master
Main Release / hadolint (push) Successful in 8s
Main Release / tag (push) Successful in 13s
Main Release / test (push) Successful in 20s
Main Release / build-push (push) Successful in 2m27s
Reviewed-on: #19
2026-06-12 21:26:09 -04:00
renovate 375a052bd1 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 50s
Docker Build and Push / test (pull_request) Successful in 18s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 16:03:47 +00:00
+8 -5
View File
@@ -1,22 +1,25 @@
{
"regexManagers": [
"customManagers": [
{
"fileMatch": ["^Dockerfile$"],
"customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["SABNZBD_VERSION=(?<currentValue>[0-9\\.]+)"],
"depNameTemplate": "sabnzbd/sabnzbd",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^Dockerfile$"],
"customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["\"TINI_VERSION\"\\s+\"v?(?<currentValue>[0-9\\.]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases"
},
{
"fileMatch": ["^Dockerfile$"],
"customType": "regex",
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["PAR2CMDLINE_VERSION=v?(?<currentValue>[\\w\\.-]+)"],
"depNameTemplate": "jkansanen/par2cmdline-mt",
"datasourceTemplate": "github-tags"
}
]
}
}