Compare commits

...

1 Commits

Author SHA1 Message Date
Jeremy
72eb9c4b1e fix: update baseBranches in renovate.json to specify feature branch pattern 2026-01-31 05:33:12 +00:00

View File

@@ -7,8 +7,9 @@
"helpers:pinGitHubActionDigests"
],
"baseBranches": [
"development",
"feature/*"
"feature/beta-release",
"development"
],
"timezone": "America/New_York",
"dependencyDashboard": true,