summaryrefslogtreecommitdiffstats
path: root/.mlc_config.json
diff options
context:
space:
mode:
Diffstat (limited to '.mlc_config.json')
-rw-r--r--.mlc_config.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/.mlc_config.json b/.mlc_config.json
index ccdb194413..8164bc4f81 100644
--- a/.mlc_config.json
+++ b/.mlc_config.json
@@ -1,7 +1,10 @@
{
"ignorePatterns": [
{
- "pattern": "^https:\/\/pi-hole.net"
+ "pattern": "^https:\/\/pi-hole\.net\b"
+ },
+ {
+ "pattern": "^https:\/\/docs\.stackpulse\.io\b"
}
],
"replacementPatterns": [
@@ -9,5 +12,9 @@
"pattern": "^/",
"replacement": "/github/workspace/"
}
+ ],
+ "aliveStatusCodes": [
+ 200,
+ 429
]
}