chore(config): migrate Renovate config #7

Merged
jcabillot merged 1 commits from renovate/migrate-config into main 2026-06-09 14:00:49 -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"
} }
] ]
} }