Skip to content

Commit 2cbab69

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency rules_proto to v6 (#1051)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_proto | bazel_dep | major | `5.3.0-21.7` -> `6.0.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://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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent c5ae13e commit 2cbab69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bazel_dep(
4949
repo_name = "bazel_gazelle",
5050
)
5151

52-
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
52+
bazel_dep(name = "rules_proto", version = "6.0.0")
5353

5454
# Gazelle currently needs protobuf to be named com_google_protobuf.
5555
# If they fix this, we can remove the repo_name argument.

examples/grpc_package_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bazel_dep(
4949
repo_name = "bazel_gazelle",
5050
)
5151

52-
bazel_dep(name = "rules_proto", version = "5.3.0-21.7")
52+
bazel_dep(name = "rules_proto", version = "6.0.0")
5353

5454
# Gazelle currently needs protobuf to be named com_google_protobuf.
5555
# If they fix this, we can remove the repo_name argument.

0 commit comments

Comments
 (0)