From adcc0fb671bcbbbe004e4134b8868a230607ad95 Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Wed, 6 May 2026 07:31:54 +0000 Subject: [PATCH] chore: upgrade lychee to v0.24.2 Signed-off-by: Gregor Zeitlinger --- .github/config/lychee.toml | 2 +- mise.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 231d50f6f..d9c1cffa5 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -7,7 +7,7 @@ max_retries = 2 max_concurrency = 4 # Check link anchors -include_fragments = true +include_fragments = "anchor-only" base_url = "https://prometheus.github.io" exclude_path = ["docs/themes", "CHANGELOG.md"] diff --git a/mise.toml b/mise.toml index 87f7babd8..6eca36891 100644 --- a/mise.toml +++ b/mise.toml @@ -14,7 +14,7 @@ editorconfig-checker = "v3.6.1" "github:grafana/flint" = "0.21.0" "github:jonwiggins/xmloxide" = "v0.4.2" "github:koalaman/shellcheck" = "v0.11.0" -lychee = "0.23.0" +lychee = "0.24.2" "npm:renovate" = "43.144.0" "pipx:codespell" = "2.4.2" ruff = "0.15.12"