ソースを参照

Throttle Renovate requests to mau.dev

pull/5555/merge
Slavi Pantaleev 12時間前
コミット
7ef29e3d2d
1個のファイルの変更12行の追加0行の削除
  1. +12
    -0
      .github/renovate.json

+ 12
- 0
.github/renovate.json ファイルの表示

@@ -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",


読み込み中…
キャンセル
保存