From 6c841efdb228c09be9b0969f7548f1a515c7eb93 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 21:23:35 +0000 Subject: [PATCH] chore(config): migrate config .renovaterc.json --- .renovaterc.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.renovaterc.json b/.renovaterc.json index f0913ee16..6bb083474 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -1,6 +1,6 @@ { "extends": [ - "config:base", + "config:recommended", ":automergeBranch", ":automergeMinor", ":automergeDigest", @@ -26,14 +26,15 @@ "extends": [ ":automergeMajor" ], - "matchPaths": [ + "matchFileNames": [ ".github/workflows/**" ], "groupName": "github actions" } ], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": [ "\\.github\\/workflows\\/.*" ], @@ -44,6 +45,7 @@ "versioningTemplate": "semver" }, { + "customType": "regex", "fileMatch": [ "go.mod", "\\.github\\/workflows\\/.*"