diff --git a/lychee.toml b/lychee.toml index 1418043d8b..7e3a4a2b26 100644 --- a/lychee.toml +++ b/lychee.toml @@ -26,7 +26,7 @@ max_cache_age = "1d" threads = 6 # Maximum number of allowed redirects [default: 10] -max_redirects = 10 +max_redirects = 20 # Maximum number of concurrent network requests [default: 128] max_concurrency = 30 @@ -37,7 +37,7 @@ max_concurrency = 30 user_agent = "curl/7.83.1" # Website timeout from connect to response finished -timeout = 10 +timeout = 20 # Comma-separated list of accepted status codes for valid links. # Omit to accept all response types. @@ -117,6 +117,8 @@ exclude = [ "system@*", "https://www.googletagmanager.com/gtm.js?*", "https://github.com/balena-io/docs/issues/new?*", + "https://api/", + "https://raw.githubusercontent.com/balena-os/meta-balena/$%7Bos_version_tag%7D/meta-balena-common/recipes-containers/balena-supervisor/balena-supervisor.inc", ] # Exclude these filesystem paths from getting checked.