cgrindel / rules_swiftformat

Bazel rules that format Swift source files using nicklockwood/SwiftFormat.
Apache License 2.0
8 stars 0 forks source link

chore(deps): update dependency contrib_rules_bazel_integration_test to v0.8.0 #65

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
contrib_rules_bazel_integration_test http_archive minor v0.7.0 -> v0.8.0

Release Notes

bazel-contrib/rules_bazel_integration_test ### [`v0.8.0`](https://togithub.com/bazel-contrib/rules_bazel_integration_test/releases/tag/v0.8.0) [Compare Source](https://togithub.com/bazel-contrib/rules_bazel_integration_test/compare/v0.7.0...v0.8.0) #### What's Changed - Update README.md for v0.7.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/61](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/61) - Support retrieving Bazel version from a file (e.g., `.bazelversion`) by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/bazel-contrib/rules_bazel_integration_test/pull/64](https://togithub.com/bazel-contrib/rules_bazel_integration_test/pull/64) **Full Changelog**: https://github.com/bazel-contrib/rules_bazel_integration_test/compare/v0.7.0...v0.8.0 #### Workspace Snippet ```python http_archive( name = "contrib_rules_bazel_integration_test", sha256 = "0259d529d1a056025f19269aa911633e5c0e86ca9292d405fa513bb0ea4f1abc", strip_prefix = "rules_bazel_integration_test-0.8.0", urls = [ "http://github.com/bazel-contrib/rules_bazel_integration_test/archive/v0.8.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.