From a8220ab2d293bb7f4b014b79d16b2fb05090fa93 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Feb 2021 12:45:55 +0100 Subject: Adding upstream version 1.29.0. Signed-off-by: Daniel Baumann --- .mlc_config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .mlc_config.json (limited to '.mlc_config.json') diff --git a/.mlc_config.json b/.mlc_config.json new file mode 100644 index 000000000..8164bc4f8 --- /dev/null +++ b/.mlc_config.json @@ -0,0 +1,20 @@ +{ + "ignorePatterns": [ + { + "pattern": "^https:\/\/pi-hole\.net\b" + }, + { + "pattern": "^https:\/\/docs\.stackpulse\.io\b" + } + ], + "replacementPatterns": [ + { + "pattern": "^/", + "replacement": "/github/workspace/" + } + ], + "aliveStatusCodes": [ + 200, + 429 + ] +} -- cgit v1.2.3