From 6a933194f325b122f9c9c0d74efaecc89154d0cb Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 16 May 2024 17:25:35 +0200 Subject: [PATCH] project: fix Renovate config --- .github/renovate.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 609e6a1..f5583e3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,6 +1,6 @@ { extends: [ - "config:base", + "config:recommended", ":dependencyDashboard", ":prHourlyLimitNone", ":prConcurrentLimitNone", @@ -30,8 +30,9 @@ commitMessagePrefix: "ci: ", }, ], - regexManagers: [ + customManagers: [ { + customType: "regex", fileMatch: ["\.rb$", "^Rakefile$"], matchStrings: [ "renovate: datasource=(?.*?) depName=(?.*?)\\s.*_version = '(?.*)'\\s"