4855b20c0f
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 46s
Docker Build and Push / test (push) Successful in 8s
Docker Build and Push / push (push) Successful in 23s
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 21s
Docker Build and Push / test (pull_request) Successful in 12s
Docker Build and Push / push (pull_request) Has been skipped
15 lines
462 B
JSON
15 lines
462 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"description": "Track duplicacy version from ARG in Dockerfile",
|
|
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
"matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"],
|
|
"depNameTemplate": "duplicacy",
|
|
"datasourceTemplate": "github-releases",
|
|
"packageNameTemplate": "gilbertchen/duplicacy"
|
|
}
|
|
]
|
|
}
|