fix: remove minimum release age for auto-merging non-major updates in feature branches

This commit is contained in:
GitHub Actions
2026-02-18 09:34:18 +00:00
parent 2e5c13b90e
commit a9f8e0a79a

View File

@@ -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",