Skip to content

fix(deps): Update dependency rules_proto to v7.1.0 - #178

Open
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/rules_proto-7.x
Open

fix(deps): Update dependency rules_proto to v7.1.0#178
cloudquery-ci[bot] wants to merge 1 commit into
mainfrom
renovate/rules_proto-7.x

Conversation

@cloudquery-ci

Copy link
Copy Markdown

This PR contains the following updates:

PackageTypeUpdateChange
rules_protobazel_depminor7.0.27.1.0
rules_protohttp_archivemajor4.0.0-3.20.07.1.0

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: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, on day 1 of the month (* 0-3 1 * *)
  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

@cloudquery-cicloudquery-ciBot added the automerge Add to automerge PRs once requirements are met label Jul 1, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automergeAdd to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants