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,