From 72eb9c4b1ec47796c64e49bc99409d6c9e65f80a Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 31 Jan 2026 05:33:12 +0000 Subject: [PATCH] fix: update baseBranches in renovate.json to specify feature branch pattern --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cc1bc173..15a4f9d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,8 +7,9 @@ "helpers:pinGitHubActionDigests" ], "baseBranches": [ - "development", - "feature/*" + "feature/beta-release", + "development" + ], "timezone": "America/New_York", "dependencyDashboard": true,