Files
docker-duplicacy/renovate.json
T

14 lines
419 B
JSON
Raw Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Track duplicacy version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "duplicacy",
"datasourceTemplate": "github-releases",
"lookupNameTemplate": "gilbertchen/duplicacy"
}
]
}