fix: remove minimum release age for auto-merging non-major updates in feature branches
This commit is contained in:
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
@@ -143,8 +143,7 @@
|
||||
"description": "Feature branches: Auto-merge non-major updates after proven stable",
|
||||
"matchBaseBranches": ["feature/**"],
|
||||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||
"automerge": false,
|
||||
"minimumReleaseAge": "7 days"
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "Development branch: Auto-merge non-major updates after proven stable",
|
||||
|
||||
Reference in New Issue
Block a user