Skip to content

Commit b02ae2e

Browse files
chore(deps): update dependency bazel_skylib to v1.7.1 (#1551)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bazel_skylib | bazel_dep | minor | `1.4.2` -> `1.7.1` | --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> 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>
1 parent 8c150c5 commit b02ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ local_path_override(
1515
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.25.2")
1616

1717
# Required by custom swift proto compiler plugin:
18-
bazel_dep(name = "bazel_skylib", version = "1.4.2")
18+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
1919
bazel_dep(name = "protobuf", version = "30.0")
2020

2121
# Required for proto_library targets:

0 commit comments

Comments
 (0)