Increase Renovate speed (#18052)

* Allow Renovate to run all day on the monthly day.
* Increase the max PRs from 10 to 20.
* Incresae the PR open rate from 2 to 5.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
Ben Kochie 2026-02-10 17:27:02 +01:00 committed by GitHub
parent 90166d3ddb
commit 7b02d25f6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,13 @@
"gomodTidy",
"gomodUpdateImportPaths"
],
"schedule": ["* 11 21 * *"],
"schedule": ["* * 21 * *"],
"timezone": "UTC",
"github-actions": {
"managerFilePatterns": ["scripts/**"]
},
"prConcurrentLimit": 20,
"prHourlyLimit": 5,
"packageRules": [
{
"description": "Don't update replace directives",