Skip to content

Commit cbd7c71

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

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

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
[env]
88
FLINT_CONFIG_DIR = ".github/config"

0 commit comments

Comments
 (0)