From 89c5c6312a4aada861ecda311b7a647441b58a02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 04:56:42 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 08c821fb..174d4665 100644 --- a/renovate.json +++ b/renovate.json @@ -6,11 +6,10 @@ "commitBody": "{{{releaseNotes}}}", "rollbackPrs": true, "packageRules": [], - "regexManagers": [ + "customManagers": [ { - "fileMatch": [ - "^Earthfile$" - ], + "customType": "regex", + "fileMatch": ["^Earthfile$"], "matchStrings": [ "#\\s*renovate:\\s*datasource=(?.*?)\\s+depName=(?.*?)(\\s+versioning=(?.*?))?\\s+ARG\\s+.+_VERSION=(?.*?)\\s" ],