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" + ] }