From 18589ddda4f878356d15daf720a6a76a3ec7dae8 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Mon, 12 Feb 2024 16:44:41 +0530 Subject: [PATCH] Ignore BundlePhobia --- .github/lychee.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/lychee.toml b/.github/lychee.toml index 4af304a99..9c9d0558c 100644 --- a/.github/lychee.toml +++ b/.github/lychee.toml @@ -35,7 +35,10 @@ exclude = [ 'packages/mermaid/src/docs/config/setup/*', # Ignore Discord invite -"https://discord.gg" +"https://discord.gg", + +# BundlePhobia has frequent downtime +"https://bundlephobia.com" ] # Exclude all private IPs from checking.