1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00

Update renovate.json5

This commit is contained in:
Laurent Cozic
2024-09-01 21:14:35 +01:00
committed by GitHub
parent 461ba1762a
commit f8a09e5540

View File

@@ -17,7 +17,12 @@
"stabilityDays": 90,
},
"prConcurrentLimit": 20,
// Keep a low limit because otherwise Renovate will do nothing for 3 months then
// suddenly dump 20 pull requests. And this intefer with our GitHub Action to
// automerge PRs, not to mention that they all end up conflicting with each others
// if they are created at the same time.
"prConcurrentLimit": 4,
"prHourlyLimit": 0,
// Tell Renovate to rebase only when there's a conflict, otherwise pull