Files
docker-duplicacy/renovate.json
T

15 lines
462 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2026-06-09 13:33:17 +00:00
"customManagers": [
{
2026-06-09 13:33:17 +00:00
"customType": "regex",
"description": "Track duplicacy version from ARG in Dockerfile",
2026-06-09 13:33:17 +00:00
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "duplicacy",
"datasourceTemplate": "github-releases",
2026-06-09 13:33:17 +00:00
"packageNameTemplate": "gilbertchen/duplicacy"
}
]
}