Add feature branch pattern to Renovate config
This commit is contained in:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -7,7 +7,8 @@
|
||||
"helpers:pinGitHubActionDigests"
|
||||
],
|
||||
"baseBranchPatterns": [
|
||||
"development"
|
||||
"development",
|
||||
"feature/**"
|
||||
],
|
||||
"timezone": "America/New_York",
|
||||
"dependencyDashboard": true,
|
||||
|
||||
Reference in New Issue
Block a user