Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update module github.com/bmatcuk/doublestar/v4 to v4.6.0 (#1061)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/bmatcuk/doublestar/v4](https://togithub.com/bmatcuk/doublestar) | require | minor | `v4.5.0` -> `v4.6.0` | --- ### Release Notes <details> <summary>bmatcuk/doublestar</summary> ### [`v4.6.0`](https://togithub.com/bmatcuk/doublestar/releases/tag/v4.6.0): Added WithNoFollow [Compare Source](https://togithub.com/bmatcuk/doublestar/compare/v4.5.0...v4.6.0) 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. </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/api-linter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
- Loading branch information