From d9c82880d6c4c7cfee8a9a0ce25372702384e7be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 11:55:00 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e87a638..a413667 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -91,9 +91,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "Makefile$", - "\\.sh$" + "managerFilePatterns": [ + "/Makefile$/", + "/\\.sh$/" ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s.+?_(VERSION|version) *[?:]?= *\"?(?.+?)\"?\\s"