Files
calibre/renovate.json
T

18 lines
498 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"gitlabci": {
"enabled": true
},
2026-06-10 23:03:47 +00:00
"customManagers": [
{
2026-06-10 23:03:47 +00:00
"customType": "regex",
"description": "Track Tini version from ENV-based ADD download URL",
2026-06-10 23:03:47 +00:00
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["TINI_VERSION\\s+\"(?<currentValue>[^\"]+)\""],
"depNameTemplate": "krallin/tini",
"datasourceTemplate": "github-releases",
"versioningTemplate": "semver"
}
]
}