feat(renovate): enable automerge on minor/patch updates that are >3 days old

This commit is contained in:
perf3ct
2025-10-09 08:56:47 -07:00
parent 9b0711523e
commit 0052aa2773
+9
View File
@@ -5,5 +5,14 @@
"prHourlyLimit": 40,
"extends": [
"config:recommended"
],
"packageRules": [
{
"description": "Automatically merge minor and patch updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"minimumReleaseAge": "3 days"
}
]
}