Merge pull request 'chore(config): migrate Renovate config' (#7) from renovate/migrate-config into main
Docker Build and Push / lint (push) Successful in 9s
Docker Build and Push / build (push) Successful in 26s
Docker Build and Push / test (push) Successful in 12s
Docker Build and Push / push (push) Successful in 21s

Reviewed-on: #7
This commit was merged in pull request #7.
This commit is contained in:
2026-06-09 14:00:43 -04:00
+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"
} }
] ]
} }