Files

17 lines
286 B
JSON

{
"ignorePatterns": [
{
"pattern": "^ssh://"
},
{
"pattern": "^git@"
}
],
"replacementPatterns": [],
"timeout": "20s",
"retryOn429": true,
"retryCount": 2,
"fallbackRetryDelay": "2s",
"aliveStatusCodes": [200, 206, 301, 302, 303, 307, 308]
}