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
Showing only changes of commit 4855b20c0f - Show all commits
+4 -3
View File
@@ -1,13 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track duplicacy version from ARG in Dockerfile",
"fileMatch": ["^Dockerfile$"],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["ARG VERSION=(?<currentValue>[\\d.]+)\\n"],
"depNameTemplate": "duplicacy",
"datasourceTemplate": "github-releases",
"lookupNameTemplate": "gilbertchen/duplicacy"
"packageNameTemplate": "gilbertchen/duplicacy"
}
]
}