mirror of
https://github.com/prometheus/prometheus.git
synced 2026-02-18 18:25:24 -05:00
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:
parent
90166d3ddb
commit
7b02d25f6c
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue