From 0b369206620735f8412c9b52e10aed14be4b9f6d Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Wed, 22 May 2024 10:56:04 +0200 Subject: [PATCH] link-checker: add ignored sites --- .lychee.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.lychee.toml b/.lychee.toml index 9106ef457bf..70b1a2652c3 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -33,6 +33,10 @@ exclude = [ '^https://portal\.azure\.com/', # The Wireguard website sproadically returns 500. '^https://www\.wireguard\.com/', + # venturebeat detects our link checker + '^https://venturebeat\.com/', + # dev-docs reference the internal wiki + '^https://github\.com/edgelesssys/wiki', ] # Exclude these filesystem paths from getting checked.