From 60bdeed6c07a7849bee9bd332ebae50b6c0ecab5 Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 17:35:29 +0000 Subject: [PATCH] chore(deps): update dependency rules_proto to v7.1.0 (#1410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_proto | bazel_dep | minor | `7.0.2` -> `7.1.0` | --- ### 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. --- - [ ] 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). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- examples/grpc_example/MODULE.bazel | 2 +- examples/grpc_package_example/MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grpc_example/MODULE.bazel b/examples/grpc_example/MODULE.bazel index c13a5480c..45839da6f 100644 --- a/examples/grpc_example/MODULE.bazel +++ b/examples/grpc_example/MODULE.bazel @@ -49,7 +49,7 @@ bazel_dep( repo_name = "bazel_gazelle", ) -bazel_dep(name = "rules_proto", version = "7.0.2") +bazel_dep(name = "rules_proto", version = "7.1.0") # Gazelle currently needs protobuf to be named com_google_protobuf. # If they fix this, we can remove the repo_name argument. diff --git a/examples/grpc_package_example/MODULE.bazel b/examples/grpc_package_example/MODULE.bazel index c13a5480c..45839da6f 100644 --- a/examples/grpc_package_example/MODULE.bazel +++ b/examples/grpc_package_example/MODULE.bazel @@ -49,7 +49,7 @@ bazel_dep( repo_name = "bazel_gazelle", ) -bazel_dep(name = "rules_proto", version = "7.0.2") +bazel_dep(name = "rules_proto", version = "7.1.0") # Gazelle currently needs protobuf to be named com_google_protobuf. # If they fix this, we can remove the repo_name argument.