| { | |
| "ignorePatterns": [ | |
| { | |
| "pattern": "^http://localhost" | |
| }, | |
| { | |
| "pattern": "^https://img.shields.io/badge" | |
| } | |
| ], | |
| "httpHeaders": [ | |
| { | |
| "urls": ["https://docs.github.com/"], | |
| "headers": { | |
| "Accept-Encoding": "zstd, br, gzip, deflate" | |
| } | |
| } | |
| ], | |
| "timeout": "10s", | |
| "retryOn429": true, | |
| "retryCount": 10, | |
| "fallbackRetryDelay": "1000s", | |
| "aliveStatusCodes": [ | |
| 200 | |
| ] | |
| } |