14 lines
419 B
JSON
14 lines
419 B
JSON
|
|
{
|
||
|
|
"$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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|