75e41477ba
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
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"
|
|
}
|
|
]
|
|
}
|