ci(deps): update lycheeverse/lychee-action action to v1.3.0 #245
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.1
->v1.3.0
Release Notes
lycheeverse/lychee-action
v1.3.0
Compare Source
Update lychee bin to 0.8.2, with directory support.
This will be the default in the next major version, but can already be tested with the following config:
lychee supports plaintext files as well as many other formats, but as of now
lychee .
is conservative andwill only check HTML and Markdown files. So it should be a safe replacement for the current default:
'./**/*.md' './**/*.html'
. It should also be faster and will use less file-handles than glob patterns.Other highlights of lychee 0.8.2:
.lycheeignore
file https://github.com/lycheeverse/lychee/issues/308 (https://github.com/lycheeverse/lychee/pull/402)Especially the
.lycheeignore
part should be helpful for folks that used workarounds like custom ignore files before.This is now a native feature of lychee. See https://github.com/lycheeverse/lychee/issues/308 for more info.
Full lychee 0.8.2 changelog here.
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.