Migrate Renovate config #7

Merged
jcabillot merged 1 commits from renovate/migrate-config into master 2026-06-11 07:09:48 -04:00
Showing only changes of commit 69460d1019 - Show all commits
+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"