Files
docker-duplicacy/renovate.json
renovate 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
chore(config): migrate config renovate.json
2026-06-09 13:33:17 +00:00

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