From 9ecc83371f3fe47c9fe9c00a72aa7fd45871aec5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 22:33:40 +0000 Subject: [PATCH] Migrate config renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 00a95c3..8303c26 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^\\.github/workflows/.+\\.yml$" + "managerFilePatterns": [ + "/^\\.github/workflows/.+\\.yml$/" ], "matchStrings": [ "Install-Module (?\\S+?) -RequiredVersion (?\\S+)"