Add feature branch pattern to Renovate config

This commit is contained in:
Jeremy
2026-01-15 11:15:47 -05:00
committed by GitHub
parent b8b95da193
commit 2e09dbb4f4

View File

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