From 6a2be98876f24c2d91140ca8b6b63b94dd4548dd Mon Sep 17 00:00:00 2001 From: Saswata Mukherjee Date: Mon, 18 Nov 2024 14:45:18 +0000 Subject: [PATCH] docs: Add link to ignore (#7926) Signed-off-by: Saswata Mukherjee --- .mdox.validate.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index ba983aadc2..4a3edc4dbb 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -47,3 +47,6 @@ validators: # Expired certificate - regex: 'bestpractices\.coreinfrastructure\.org\/projects\/3048' type: 'ignore' + # Frequent DNS issues. + - regex: 'build\.thebeat\.co' + type: 'ignore'