Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(deps): update lycheeverse/lychee-action action to v1.3.0 #245

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 11, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
lycheeverse/lychee-action action minor 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:

- name: Link Checker
  uses: lycheeverse/[email protected]
  with:
### Recursively check all supported files (html, markdown for now) in repo
    args: --verbose --no-progress .

lychee supports plaintext files as well as many other formats, but as of now lychee . is conservative and
will 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:

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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot requested a review from h3mmy as a code owner February 11, 2022 16:24
@renovate renovate bot added the type/minor label Feb 11, 2022
@bloopy-boi bloopy-boi bot added area/ci Changes made in pipeline related files size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 11, 2022
@h3mmy h3mmy merged commit a6f6465 into main Feb 11, 2022
@h3mmy h3mmy deleted the renovate/lycheeverse-lychee-action-1.x branch February 11, 2022 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Changes made in pipeline related files size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. type/minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant