From e6accde71116726f167031d82c512261630268c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 16:14:48 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1ab8788..83d07be 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -62,8 +62,8 @@ customManagers: [ { customType: 'regex', - fileMatch: [ - '.+\\.ya?ml$', + managerFilePatterns: [ + '/.+\\.ya?ml$/', ], matchStrings: [ ': (?.+) # renovate: datasource=(?[a-z-]+) depName=(?[^\\s]+)(?: lookupName=(?[^\\s]+))?(?: versioning=(?[a-z-]+))?(?: extractVersion=(?[^\\s]+))?',