From 5a7190463bc24d3ebfbb3dbf28aeb11793e8901f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:50:50 +0000 Subject: [PATCH 1/2] Update dependency lychee to v0.24.2 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 4f5ca1ac9be..271692424a1 100644 --- a/mise.toml +++ b/mise.toml @@ -2,7 +2,7 @@ # Linters "github:grafana/flint" = "0.21.0" -lychee = "0.23.0" +lychee = "0.24.2" [env] FLINT_CONFIG_DIR = ".github/config" From 1078bfe89ac407148b684aac6057135afdecc3d0 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Fri, 1 May 2026 10:15:34 -0700 Subject: [PATCH 2/2] Fix lychee 0.24 config syntax --- .github/config/lychee.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config/lychee.toml b/.github/config/lychee.toml index 034bc70c471..720b0e8bf32 100644 --- a/.github/config/lychee.toml +++ b/.github/config/lychee.toml @@ -6,8 +6,8 @@ retry_wait_time = 5 max_retries = 6 max_concurrency = 4 -# Check link anchors -include_fragments = true +# Check link anchors. Lychee 0.24+ expects a mode string here. +include_fragments = "full" # excluding links to pull requests and issues is done for performance exclude = [