1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-16 09:16:38 +00:00
prometheus-operator/.github/workflows/.mlc_config.json
Damien Grisonnet 8aed16b5f4 ci: add dead links check
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-09-22 12:21:26 +02:00

13 lines
227 B
JSON

{
"ignorePatterns": [
{
"pattern": "^http://127.0.0.1"
},
{
"pattern": "^http://localhost"
},
{
"pattern": "^http://proxyserver"
}
]
}