Awesome-Linux-Software/.github/workflows/markdown.links.config.json

24 lines
570 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://www.tmeter.ru"
},
{
"pattern": "https://github.com/GoogleChrome/lighthouse/workflows/\uD83D\uDCA1\uD83C\uDFE0/badge.svg"
}
],
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"aliveStatusCodes": [200, 206],
"retryOn429": true,
"timeout": "10s",
"retryCount": 2,
"fallbackRetryDelay": "20s"
}