mirror of
https://github.com/readur/readur.git
synced 2026-04-25 23:59:43 -05:00
feat(renovate): enable automerge on minor/patch updates that are >3 days old
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user