mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
22 lines
370 B
JSON
22 lines
370 B
JSON
|
{
|
||
|
"ignorePatterns": [
|
||
|
{
|
||
|
"pattern": "^https?://github\\.com/"
|
||
|
}
|
||
|
],
|
||
|
"replacementPatterns": [],
|
||
|
"httpHeaders": [
|
||
|
{
|
||
|
"urls": ["https://crates.io"],
|
||
|
"headers": {
|
||
|
"Accept": "text/html"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"timeout": "20s",
|
||
|
"retryOn429": true,
|
||
|
"retryCount": 5,
|
||
|
"fallbackRetryDelay": "30s",
|
||
|
"aliveStatusCodes": [200, 206]
|
||
|
}
|