From 0b60a3b955bdd2c20a124898f2bfd6ccf04e5295 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:35:02 +0000 Subject: [PATCH] build(config): migrate config .github/renovate.json --- .github/renovate.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index d7607b1..d9f1c8d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "baseBranches": ["main"], + "baseBranchPatterns": ["main"], "enabledManagers": ["github-actions"], "semanticCommits": "enabled", "semanticCommitScope": "", @@ -26,5 +26,12 @@ "groupName": "major-update" } ], - "extends": ["config:recommended", ":pinVersions", "npm:unpublishSafe", ":prNotPending", ":preserveSemverRanges", ":rebaseStalePrs"] + "extends": [ + "config:recommended", + ":pinVersions", + "npm:unpublishSafe", + ":prNotPending", + ":preserveSemverRanges", + ":rebaseStalePrs" + ] }