Merge pull request 'chore: improve renovate dependency detection' (#5) from chore/renovate into main
Docker Build and Push / lint (push) Successful in 8s
Docker Build and Push / build (push) Successful in 28s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / push (push) Successful in 14s

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2026-06-09 08:39:02 -04:00
+13
View File
@@ -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"
}
]
}