fix(renovate): mirror working format - managerFilePatterns + anchors #17

Merged
jcabillot merged 2 commits from fix/renovate-mirror-working into master 2026-06-12 11:02:43 -04:00
Showing only changes of commit a105dc3e44 - Show all commits
+1 -1
View File
@@ -14,7 +14,7 @@
"customType": "regex", "customType": "regex",
"description": "Track Tini version in Dockerfile", "description": "Track Tini version in Dockerfile",
"managerFilePatterns": ["/^Dockerfile$/"], "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",
"versioningTemplate": "semver" "versioningTemplate": "semver"