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
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:
@@ -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