enable automerge in renovate.json

This commit is contained in:
mahula 2024-09-15 10:16:47 +02:00 committed by GitHub
parent 1c937f9090
commit f63a9d82d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
}
@ -17,4 +18,4 @@
"rangeStrategy": "bump",
"prHourlyLimit": 5,
"prConcurrentLimit": 99
}
}