chore(config): migrate config renovate.json
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

This commit is contained in:
2026-06-09 13:33:17 +00:00
parent a66dc2659d
commit 4855b20c0f
+4 -3
View File
@@ -1,13 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [ "customManagers": [
{ {
"customType": "regex",
"description": "Track duplicacy version from ARG in Dockerfile", "description": "Track duplicacy version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"], "managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"], "matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "duplicacy", "depNameTemplate": "duplicacy",
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"lookupNameTemplate": "gilbertchen/duplicacy" "packageNameTemplate": "gilbertchen/duplicacy"
} }
] ]
} }