Skip to content

Commit 34471c9

Browse files
chore(deps): update dependency lychee to v0.24.2 (#457)
* chore(deps): update dependency lychee to v0.24.2 * Fix lychee 0.24 config syntax --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Plumb <jplumb@splunk.com>
1 parent 63a6e1b commit 34471c9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/config/lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ retry_wait_time = 5
66
max_retries = 6
77
max_concurrency = 4
88

9-
# Check link anchors
10-
include_fragments = true
9+
# Check link anchors. Lychee 0.24+ expects a mode string here.
10+
include_fragments = "full"
1111

1212
exclude = [
1313
"^https://github.com/.*#discussion_r.*$",

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Linters
44
"github:grafana/flint" = "0.21.0"
5-
lychee = "0.23.0"
5+
lychee = "0.24.2"
66

77
[tasks.lint]
88
description = "Run link checks"

0 commit comments

Comments
 (0)