bazel-contrib/rules_bazel_integration_test
### [`v0.10.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.0)
[Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.9.0...v0.10.0)
#### What's Changed
- Update README.md for v0.9.0 by [@auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/92](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/92)
- chore(deps): update dependency rules_python to v0.16.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/93](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/93)
- chore(deps): update dependency bazel to v5.4.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/95](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/95)
- chore(deps): update dependency bazel to v6 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/96](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/96)
- chore(deps): update dependency cgrindel_bazel_starlib to v0.10.3 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/94](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/94)
- Add support for WORKSPACE.bazel by [@jfirebaugh](https://togithub.com/jfirebaugh) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/98](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/98)
#### New Contributors
- [@jfirebaugh](https://togithub.com/jfirebaugh) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/98](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/98)
**Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.9.0...v0.10.0
#### Workspace Snippet
```python
http_archive(
name = "contrib_rules_bazel_integration_test",
sha256 = "d828f2ed25775cefefeba2025db4d82590bd4b6ca05037d230d8492c1fd1edf2",
strip_prefix = "rules_bazel_integration_test-0.10.0",
urls = [
"http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.0.tar.gz",
],
)
load("@contrib_rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")
bazel_integration_test_rules_dependencies()
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
bazel-contrib/rules_bazel_integration_test
### [`v0.10.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.0) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.9.0...v0.10.0) #### What's Changed - Update README.md for v0.9.0 by [@auth-for-create-pull-request](https://togithub.com/auth-for-create-pull-request) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/92](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/92) - chore(deps): update dependency rules_python to v0.16.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/93](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/93) - chore(deps): update dependency bazel to v5.4.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/95](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/95) - chore(deps): update dependency bazel to v6 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/96](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/96) - chore(deps): update dependency cgrindel_bazel_starlib to v0.10.3 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/94](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/94) - Add support for WORKSPACE.bazel by [@jfirebaugh](https://togithub.com/jfirebaugh) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/98](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/98) #### New Contributors - [@jfirebaugh](https://togithub.com/jfirebaugh) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/98](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/98) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.9.0...v0.10.0 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "d828f2ed25775cefefeba2025db4d82590bd4b6ca05037d230d8492c1fd1edf2", strip_prefix = "rules_bazel_integration_test-0.10.0", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.0.tar.gz", ], ) load("@contrib_rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies") bazel_integration_test_rules_dependencies() 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.