Skip to content

chore(deps): update dependency rules_proto to v7.1.0#633

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_proto-7.x
Open

chore(deps): update dependency rules_proto to v7.1.0#633
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_proto-7.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Type Update Change
rules_proto http_archive minor 7.0.27.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_proto (rules_proto)

v7.1.0

Compare Source

Using bzlmod with Bazel 6 or later:

  1. [Bazel 6] Add common --enable_bzlmod to .bazelrc.

  2. Add to your MODULE.bazel file:

bazel_dep(name = "rules_proto", version = "7.1.0")

Using WORKSPACE:

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

http_archive(
    name = "rules_proto",
    sha256 = "14a225870ab4e91869652cfd69ef2028277fc1dc4910d65d353b62d6e0ae21f4",
    strip_prefix = "rules_proto-7.1.0",
    url = "https://github.com/bazelbuild/rules_proto/releases/download/7.1.0/rules_proto-7.1.0.tar.gz",
)

load("@​rules_proto//proto:repositories.bzl", "rules_proto_dependencies")
rules_proto_dependencies()

load("@​rules_proto//proto:toolchains.bzl", "rules_proto_toolchains")
rules_proto_toolchains()

What's Changed

Full Changelog: bazelbuild/rules_proto@7.0.3...7.1.0


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 18, 2024 16:19
@renovate renovate bot added the merge-queue merge on green CI label Dec 18, 2024
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 407f708 to 749a5b8 Compare August 3, 2025 17:23
@renovate renovate bot changed the title chore(deps): update dependency rules_proto to v7.1.0 Update dependency rules_proto to v7.1.0 Dec 1, 2025
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 749a5b8 to 0b1074a Compare February 2, 2026 21:49
@renovate renovate bot force-pushed the renovate/rules_proto-7.x branch from 0b1074a to 76a33a6 Compare April 7, 2026 14:59
@renovate renovate bot changed the title Update dependency rules_proto to v7.1.0 chore(deps): update dependency rules_proto to v7.1.0 Apr 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

merge-queue merge on green CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants