Commit 5ccd331
chore(deps): update dependency buildifier_prebuilt to v6.3.3 (#340)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [buildifier_prebuilt](https://togithub.com/keith/buildifier-prebuilt)
| http_archive | minor | `6.1.2` -> `6.3.3` |
---
### Release Notes
<details>
<summary>keith/buildifier-prebuilt (buildifier_prebuilt)</summary>
###
[`v6.3.3`](https://togithub.com/keith/buildifier-prebuilt/releases/tag/6.3.3)
[Compare
Source](https://togithub.com/keith/buildifier-prebuilt/compare/6.1.2.2...6.3.3)
#### What's Changed
- Update to 6.3.3 by [@​keith](https://togithub.com/keith) in
[https://github.com/keith/buildifier-prebuilt/pull/79](https://togithub.com/keith/buildifier-prebuilt/pull/79)
**Full Changelog**:
keith/buildifier-prebuilt@6.1.2.2...6.3.3
#### Bazel Module Snippet
```python
bazel_dep(
name = "buildifier_prebuilt",
version = "6.3.3",
dev_dependency = True,
)
```
#### Workspace Snippet
```python
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "buildifier_prebuilt",
sha256 = "72b5bb0853aac597cce6482ee6c62513318e7f2c0050bc7c319d75d03d8a3875",
strip_prefix = "buildifier-prebuilt-6.3.3",
urls = [
"http://github.com/keith/buildifier-prebuilt/archive/6.3.3.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://togithub.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://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42NC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNjQuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>1 parent 359effe commit 5ccd331
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments