From 3ae87ca06a8ac702d61695a22b783fb7832cc60c Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 15 Apr 2025 09:42:52 +0530 Subject: [PATCH] chore: Ignore timeout domains --- .github/lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/lychee.toml b/.github/lychee.toml index 5070c3d50..8032bbf98 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -50,7 +50,9 @@ exclude = [ "https://docs.swimm.io", # Timeout -"https://huehive.co" +"https://huehive.co", +"https://foswiki.org", +"https://www.gnu.org", ] # Exclude all private IPs from checking.