chore: improve renovate dependency detection #5
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"$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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user