From b1c4969193847abbeb9f9a8d2892edc7d28ef17b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:29:29 +0000 Subject: [PATCH 1/2] chore(deps): 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 40de79f99..543ac0347 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,5 @@ [tools] -lychee = "0.23.0" +lychee = "0.24.2" k3d = "5.8.2" "go:github.com/grafana/oats" = "0.6.1" kubectl = "1.36.0" From db902e1c88fb4892f9ef7f203b089088d8d62672 Mon Sep 17 00:00:00 2001 From: Jason Plumb Date: Fri, 1 May 2026 10:12:35 -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 e6f970ae4..22b8f1c59 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" exclude = [ "^http://localhost:",