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"