From 685854aad352d4d50603a3f37e5b1ec2cb209718 Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 5 Jun 2025 23:03:03 +0200 Subject: [PATCH] project: update Renovate config migration --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 03827e5..48f427e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -40,7 +40,7 @@ customManagers: [ { customType: "regex", - fileMatch: ["\.rb$", "^Rakefile$"], + managerFilePatterns: ["/.rb$/", "/^Rakefile$/"], matchStrings: [ "renovate: datasource=(?.*?) depName=(?.*?)\\s.*_version = '(?.*)'\\s" ]