From 4d71d22a6949b04bb74b9eff417ce090df980c71 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Mon, 6 Oct 2025 19:52:41 -0500 Subject: [PATCH] ci(link-checker): exclude grafana.com from link validation - Add grafana.com and subdomains to exclusion list - Prevents link checking failures due to bot detection and rate limiting --- .ci/link-checker/production.lycherc.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ci/link-checker/production.lycherc.toml b/.ci/link-checker/production.lycherc.toml index ef5072cbb..cd13f166a 100644 --- a/.ci/link-checker/production.lycherc.toml +++ b/.ci/link-checker/production.lycherc.toml @@ -83,6 +83,10 @@ exclude = [ # Scarf analytics tracking pixels (certificate/network errors) "^https?://static\\.scarf\\.sh", + # Grafana documentation (bot detection/rate limiting) + "^https?://grafana\\.com", + "^https?://.*\\.grafana\\.com", + # Production site URLs (when testing locally, these should be relative) # This excludes canonical URLs and other absolute production URLs # TODO: Remove after fixing canonical URL generation or link-checker domain replacement