Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency cgrindel_bazel_starlib to v0.13.1 (#24)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib) | http_archive | patch | `v0.13.0` -> `v0.13.1` | --- ### Release Notes <details> <summary>cgrindel/bazel-starlib</summary> ### [`v0.13.1`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.13.1) [Compare Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.13.0...v0.13.1) #### What's Changed - Update README.md for v0.13.0 by [@​cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator) in [https://github.com/cgrindel/bazel-starlib/pull/227](https://togithub.com/cgrindel/bazel-starlib/pull/227) - fix: avoid recursion errors when using `lists` functions together by [@​cgrindel](https://togithub.com/cgrindel) in [https://github.com/cgrindel/bazel-starlib/pull/228](https://togithub.com/cgrindel/bazel-starlib/pull/228) **Full Changelog**: cgrindel/bazel-starlib@v0.13.0...v0.13.1 #### Workspace Snippet ```python load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "cgrindel_bazel_starlib", sha256 = "ef07f9c12084de99f491b48670af304e2e57885e51e9113b79e221197847e56e", urls = [ "https://github.com/cgrindel/bazel-starlib/releases/download/v0.13.1/bazel-starlib.v0.13.1.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() ``` </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/cgrindel/github_snippets). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTcuMSIsInVwZGF0ZWRJblZlciI6IjM0LjE1Ny4xIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information