Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.13.1 (#24)
Browse files Browse the repository at this point in the history
[![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
[@&#8203;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
[@&#8203;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("@&#8203;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("@&#8203;cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@&#8203;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
renovate[bot] authored Mar 7, 2023
1 parent be1848f commit ca5c840
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ def github_snippets_dependencies():
maybe(
http_archive,
name = "cgrindel_bazel_starlib",
sha256 = "f0562285a3b18bafed65d09276ce438041f48f0580bb9032a1ce4234724588d0",
strip_prefix = "bazel-starlib-0.13.0",
sha256 = "8b762188a2788684fedf3bcee115bc243a2f9173a6cee7d73a645c90e843d63c",
strip_prefix = "bazel-starlib-0.13.1",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.13.0.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.13.1.tar.gz",
],
)

0 comments on commit ca5c840

Please sign in to comment.