From 012331d0f5ef02468c9cff3678a8ee50421ddd54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 11:04:08 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 84576d12..1967e570 100644 --- a/renovate.json +++ b/renovate.json @@ -7,8 +7,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^scripts/VERSIONS$" + "managerFilePatterns": [ + "/^scripts/VERSIONS$/" ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)\\s.*?_VERSION=(?.*)\\s"