From 590f962e487a4b7e96c40a4c948fb325e56174b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 12:32:42 +0200 Subject: [PATCH] chore(config): migrate config .github/renovate.json5 (#114) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a2e192b..042b042 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,8 +11,8 @@ customManagers: [ { customType: 'regex', - fileMatch: [ - '\\.yaml$', + managerFilePatterns: [ + '/\\.yaml$/', ], matchStrings: [ '# ?renovate datasource=(?.+?) depName=(?.+)\\n.+: ["\']?(?.+?)["\']?\\n',