chore: improve renovate dependency detection
Docker Build and Push / lint (push) Successful in 6s
Docker Build and Push / build (push) Successful in 25s
Docker Build and Push / lint (pull_request) Successful in 6s
Docker Build and Push / test (push) Successful in 10s
Docker Build and Push / build (pull_request) Successful in 25s
Docker Build and Push / push (push) Successful in 1m9s
Docker Build and Push / test (pull_request) Successful in 11s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-09 02:12:45 +00:00
parent af89ede94a
commit 75e41477ba
+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"
}
]
}