bazel-starlib icon indicating copy to clipboard operation
bazel-starlib copied to clipboard

chore(deps): update dependency buildifier_prebuilt to v8.2.0

Open cgrindel-self-hosted-renovate[bot] opened this issue 6 months ago • 1 comments

This PR contains the following updates:

Package Type Update Change
buildifier_prebuilt http_archive minor 8.0.3 -> 8.2.0

Release Notes

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/keith/buildifier-prebuilt/compare/8.0.3...8.2.0

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.2.0",
    dev_dependency = True,
)

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "67c6c12f364df863b306b8f0a3b07cba949a964cce6116aeab1ca22980c7d6e4",
    strip_prefix = "buildifier-prebuilt-8.2.0",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.2.0.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()

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 if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.