mirror of
https://github.com/netdata/netdata.git
synced 2021-06-06 23:03:21 +03:00
* Update github-action-markdown-link-check * Make pattern stricter * Ignore docs.stackpulse.io (400) It requires you to be logged in...
21 lines
331 B
JSON
21 lines
331 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^https:\/\/pi-hole\.net\b"
|
|
},
|
|
{
|
|
"pattern": "^https:\/\/docs\.stackpulse\.io\b"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/",
|
|
"replacement": "/github/workspace/"
|
|
}
|
|
],
|
|
"aliveStatusCodes": [
|
|
200,
|
|
429
|
|
]
|
|
}
|