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
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 9 additions and 0 deletions

View File

@ -5,5 +5,14 @@
"prHourlyLimit": 40, "prHourlyLimit": 40,
"extends": [ "extends": [
"config:recommended" "config:recommended"
],
"packageRules": [
{
"description": "Automatically merge minor and patch updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"minimumReleaseAge": "3 days"
}
] ]
} }