Ver a proveniência

Throttle Renovate requests to mau.dev

pull/5555/merge
Slavi Pantaleev há 13 horas
ascendente
cometimento
7ef29e3d2d
1 ficheiros alterados com 12 adições e 0 eliminações
  1. +12
    -0
      .github/renovate.json

+ 12
- 0
.github/renovate.json Ver ficheiro

@@ -7,6 +7,18 @@
"labels": [
"dependencies"
],
"hostRules": [
{
"matchHost": "https://mau.dev",
"concurrentRequestLimit": 2,
"maxRequestsPerSecond": 2
},
{
"matchHost": "https://dock.mau.dev",
"concurrentRequestLimit": 4,
"maxRequestsPerSecond": 4
}
],
"customManagers": [
{
"customType": "regex",


Carregando…
Cancelar
Guardar