Migrate config renovate.json
Docker Build and Push / build (pull_request) Failing after 1m6s

This commit is contained in:
2026-06-10 23:03:47 +00:00
parent 18fa56a236
commit 69460d1019
+4 -5
View File
@@ -3,13 +3,12 @@
"gitlabci": {
"enabled": true
},
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track Tini version from ENV-based ADD download URL",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""
],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"