From c3d32bd08d023269978f6b4030bf987ccaa554bc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 9 Jun 2026 18:30:38 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index 1cbf8e9..56643f2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,13 +1,10 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "regexManagers": [ + "customManagers": [ { - "fileMatch": [ - "(^|/)values\\.ya?ml$" - ], - "matchStrings": [ - "repository:\\s*\"?(?[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?[^\"\\s\\n]*)\"?" - ], + "customType": "regex", + "managerFilePatterns": ["/(^|/)values\\.ya?ml$/"], + "matchStrings": ["repository:\\s*\"?(?[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?[^\"\\s\\n]*)\"?"], "datasourceTemplate": "docker" } ]