diff --git a/lychee.toml b/lychee.toml index f434f0727..45243d20b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -2,5 +2,6 @@ exclude_path = ["./tests"] exclude = [ "https://conventionalcommits.org/", # Sometimes it's benign network error - "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69" # Membership only article, sometimes it's 403 forbidden + "https://blog.devgenius.io/continuous-delivery-made-easy-in-python-c085e9c82e69", # Membership only article, sometimes it's 403 forbidden + "https://api.star-history.com/" # Service is currently down (500 errors) ]