From 4855b20c0fe6b4aa97d6ca7de94e620e02373b7c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 13:33:17 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 9cdb17d..ef7f8a0 100644 --- a/renovate.json +++ b/renovate.json @@ -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=(?[\\d.]+)\\n"], "depNameTemplate": "duplicacy", "datasourceTemplate": "github-releases", - "lookupNameTemplate": "gilbertchen/duplicacy" + "packageNameTemplate": "gilbertchen/duplicacy" } ] }