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 cgrindel_bazel_starlib to v0.20.2 #159

Closed cgrindel-self-hosted-renovate[bot] closed 7 months ago

cgrindel-self-hosted-renovate[bot] commented 7 months ago

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib http_archive patch v0.20.1 -> v0.20.2

Release Notes

cgrindel/bazel-starlib (cgrindel_bazel_starlib) ### [`v0.20.2`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.20.2) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2) #### What Has Changed #### What's Changed - fix: add Bazel version to the `run_tests` section of BCR presubmit by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/403](https://togithub.com/cgrindel/bazel-starlib/pull/403) **Full Changelog**: https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2 #### Bazel Module Snippet ```python bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2") ``` #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.