From 42e14273801534f0b7081344dd6f5224784fa447 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 22:06:05 -0400 Subject: [PATCH] chore(config): migrate renovate config in {{packageFile}} (#5679) Signed-off-by: Rui Chen Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Rui Chen --- .github/renovate.json5 | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6a3a67b63..077428aa4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,7 +8,7 @@ commitMessageSuffix: ' in {{packageFile}}', dependencyDashboardAutoclose: true, automerge: true, - baseBranches: [ + baseBranchPatterns: [ 'main', '/^release-.*/', ], @@ -33,14 +33,20 @@ packageRules: [ // enable release branches for security updates { - matchBaseBranches: ['/^release-.*/'], - matchUpdateTypes: ['security'], - enabled: true + matchBaseBranches: [ + '/^release-.*/', + ], + matchUpdateTypes: [ + 'security', + ], + enabled: true, }, // disable release branches for anything else { - matchBaseBranches: ['/^release-.*/'], - enabled: false + matchBaseBranches: [ + '/^release-.*/', + ], + enabled: false, }, { matchBaseBranches: [