Skip to content

chore: Update module github.com/bmatcuk/doublestar/v4 to v4.6.0 #1061

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

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/bmatcuk/doublestar/v4 require minor v4.5.0 -> v4.6.0

Release Notes

bmatcuk/doublestar

v4.6.0: Added WithNoFollow

Compare Source

Added a WithNoFollow option for Glob, GlobWalk, and FilepathGlob that will cause doublestar to not follow symlinks. However, note that there is a caveat due to io/fs limitations: if the pattern mentions a symlink before any meta characters, those symlinks will be followed. For example: path/to/symlink/* will follow the symlink, assuming it is valid and links to a directory. path/** and path/*/symlink/* will not follow the symlink.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

Sorry, something went wrong.

@renovate-bot renovate-bot requested a review from a team as a code owner January 5, 2023 17:25
@forking-renovate forking-renovate bot added the automerge Summon MOG for automerging label Jan 5, 2023

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
@renovate-bot renovate-bot force-pushed the renovate/github.com-bmatcuk-doublestar-v4-4.x branch from 6fa056d to 46e6f38 Compare January 5, 2023 18:28
@gcf-merge-on-green gcf-merge-on-green bot merged commit d74c087 into googleapis:main Jan 5, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Summon MOG for automerging label Jan 5, 2023
@renovate-bot renovate-bot deleted the renovate/github.com-bmatcuk-doublestar-v4-4.x branch January 5, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants