From 5ba5adbcc2a79881ed279df0969b7ff7bfc0baff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:00:24 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c3a423b..0470d31 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,9 @@ { - "extends": ["config:base"], - "baseBranches": ["master", "5.x"], + "extends": ["config:recommended"], + "baseBranchPatterns": [ + "master", + "5.x" + ], "separateMinorPatch": true, "packageRules": [ {