bazel-contrib/rules_bazel_integration_test
### [`v0.10.1`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.1)
[Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1)
#### What's Changed
- Windows support by [@jfirebaugh](https://togithub.com/jfirebaugh) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/101](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/101)
- chore(deps): update dependency cgrindel_bazel_starlib to v0.11.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/102](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/102)
- chore(deps): update dependency rules_python to v0.16.2 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/103](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/103)
- Support trailing lines in .bazelversion by [@aherrmann](https://togithub.com/aherrmann) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109)
#### New Contributors
- [@aherrmann](https://togithub.com/aherrmann) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109)
**Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1
#### Workspace Snippet
```python
http_archive(
name = "contrib_rules_bazel_integration_test",
sha256 = "bde5e3e87847ba7f37a3f5407c3cfeb77f26cc009f5d68698ff6bdf4e26b6080",
strip_prefix = "rules_bazel_integration_test-0.10.1",
urls = [
"http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.1.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.10.0
->v0.10.1
Release Notes
bazel-contrib/rules_bazel_integration_test
### [`v0.10.1`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.10.1) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1) #### What's Changed - Windows support by [@jfirebaugh](https://togithub.com/jfirebaugh) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/101](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/101) - chore(deps): update dependency cgrindel_bazel_starlib to v0.11.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/102](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/102) - chore(deps): update dependency rules_python to v0.16.2 by [@renovate](https://togithub.com/renovate) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/103](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/103) - Support trailing lines in .bazelversion by [@aherrmann](https://togithub.com/aherrmann) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109) #### New Contributors - [@aherrmann](https://togithub.com/aherrmann) made their first contribution in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/109](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/109) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.10.0...v0.10.1 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "bde5e3e87847ba7f37a3f5407c3cfeb77f26cc009f5d68698ff6bdf4e26b6080", strip_prefix = "rules_bazel_integration_test-0.10.1", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.10.1.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.