Skip to content

Commit 1e3ec70

Browse files
Update dependency lychee to v0.24.2 (#2792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jason Plumb <jplumb@splunk.com>
1 parent 4367412 commit 1e3ec70

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
# excluding links to pull requests and issues is done for performance

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22
# Linters
33
"github:grafana/flint" = "0.20.3"
4-
lychee = "0.23.0"
4+
lychee = "0.24.2"
55
markdownlint-cli2 = "0.22.1"
66

77
[env]

0 commit comments

Comments
 (0)