From e9437d6674d867eb2f27db178cc03e99676b3359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:23:36 +0700 Subject: [PATCH] chore(config): migrate config renovate.json (#1050) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index df61a21f7..4771668a6 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { - "baseBranches": [ + "baseBranchPatterns": [ "master" ], "rebaseWhen": "conflicted", @@ -14,7 +14,9 @@ "packageRules": [ { "groupName": "GitHub Actions", - "matchManagers": ["github-actions"], + "matchManagers": [ + "github-actions" + ], "pinDigests": true } ]