fix: update baseBranches in renovate.json to specify feature branch pattern

This commit is contained in:
Jeremy
2026-01-31 05:33:12 +00:00
parent 01a7c7ffdf
commit 72eb9c4b1e
+3 -2
View File
@@ -7,8 +7,9 @@
"helpers:pinGitHubActionDigests"
],
"baseBranches": [
"development",
"feature/*"
"feature/beta-release",
"development"
],
"timezone": "America/New_York",
"dependencyDashboard": true,