cgrindel/bazel-starlib
### [`v0.10.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.10.0)
[Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.9.0...v0.10.0)
#### What's Changed
- Update README.md for v0.9.0 by [@cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/171](https://togithub.com/cgrindel/bazel-starlib/pull/171)
- fix: use the correct operator when checking the arg count by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/172](https://togithub.com/cgrindel/bazel-starlib/pull/172)
- chore(deps): update dependency com_google_protobuf to v3.21.10 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/173](https://togithub.com/cgrindel/bazel-starlib/pull/173)
- chore(deps): update dependency contrib_rules_bazel_integration_test to v0.9.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/174](https://togithub.com/cgrindel/bazel-starlib/pull/174)
- chore(deps): update dependency io_bazel_rules_go to v0.37.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/176](https://togithub.com/cgrindel/bazel-starlib/pull/176)
- feat: add bazel_labels to bzllib by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/175](https://togithub.com/cgrindel/bazel-starlib/pull/175)
**Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.9.0...v0.10.0
#### Workspace Snippet
```python
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_bazel_starlib",
sha256 = "99132d1074717e3952ebe57e9bddcd76e735bc83336093d8dc6a0820e6819998",
strip_prefix = "bazel-starlib-0.10.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.10.0.tar.gz",
],
)
load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")
bazel_starlib_dependencies()
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()
```
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.
š 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v0.9.0
->v0.10.0
Release Notes
cgrindel/bazel-starlib
### [`v0.10.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.10.0) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.9.0...v0.10.0) #### What's Changed - Update README.md for v0.9.0 by [@cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/171](https://togithub.com/cgrindel/bazel-starlib/pull/171) - fix: use the correct operator when checking the arg count by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/172](https://togithub.com/cgrindel/bazel-starlib/pull/172) - chore(deps): update dependency com_google_protobuf to v3.21.10 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/173](https://togithub.com/cgrindel/bazel-starlib/pull/173) - chore(deps): update dependency contrib_rules_bazel_integration_test to v0.9.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/174](https://togithub.com/cgrindel/bazel-starlib/pull/174) - chore(deps): update dependency io_bazel_rules_go to v0.37.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/cgrindel/bazel-starlib/pull/176](https://togithub.com/cgrindel/bazel-starlib/pull/176) - feat: add bazel_labels to bzllib by [@cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/175](https://togithub.com/cgrindel/bazel-starlib/pull/175) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.9.0...v0.10.0 #### Workspace Snippet ```python load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "99132d1074717e3952ebe57e9bddcd76e735bc83336093d8dc6a0820e6819998", strip_prefix = "bazel-starlib-0.10.0", urls = [ "http://github.com/cgrindel/bazel-starlib/archive/v0.10.0.tar.gz", ], ) load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies") bazel_starlib_dependencies() load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace") bazel_skylib_workspace() ```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.
š Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.