From 021eacf4eae847f8521e6f0e9682314d17ec07a6 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Thu, 15 Jan 2026 11:23:28 -0500 Subject: [PATCH] Update baseBranches in renovate.json configuration --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a6873d10..29833c83 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,7 +8,7 @@ ], "baseBranches": [ "development", - "feature/**" + "feature/beta_release" ], "timezone": "America/New_York", "dependencyDashboard": true,