Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency buildifier_prebuilt to v8.0.1 (#496)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [buildifier_prebuilt](https://redirect.github.com/keith/buildifier-prebuilt) | http_archive | patch | `8.0.0` -> `8.0.1` | --- ### Release Notes <details> <summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary> ### [`v8.0.1`](https://redirect.github.com/keith/buildifier-prebuilt/releases/tag/8.0.1) [Compare Source](https://redirect.github.com/keith/buildifier-prebuilt/compare/8.0.0...8.0.1) #### What's Changed - Update README.md for 8.0.0 by [@​buildifier-prebuilt-releases](https://redirect.github.com/buildifier-prebuilt-releases) in [https://github.com/keith/buildifier-prebuilt/pull/101](https://redirect.github.com/keith/buildifier-prebuilt/pull/101) - Update to 8.0.1 by [@​keith](https://redirect.github.com/keith) in [https://github.com/keith/buildifier-prebuilt/pull/102](https://redirect.github.com/keith/buildifier-prebuilt/pull/102) **Full Changelog**: keith/buildifier-prebuilt@8.0.0...8.0.1 #### Bazel Module Snippet ```python bazel_dep( name = "buildifier_prebuilt", version = "8.0.1", dev_dependency = True, ) ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "buildifier_prebuilt", sha256 = "5dbf72e4f93917edfb91f53958d6289736adb845b2b89dbfb9bfc199a492030c", strip_prefix = "buildifier-prebuilt-8.0.1", urls = [ "http://github.com/keith/buildifier-prebuilt/archive/8.0.1.tar.gz", ], ) load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps") buildifier_prebuilt_deps() load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains") buildifier_prebuilt_register_toolchains() ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com>
- Loading branch information