Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.11.0 (#20)
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 | minor | `v0.10.3` -> `v0.11.0` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib</summary>

###
[`v0.11.0`](https://togithub.com/cgrindel/bazel-starlib/releases/tag/v0.11.0)

[Compare
Source](https://togithub.com/cgrindel/bazel-starlib/compare/v0.10.3...v0.11.0)

#### What's Changed

- Update README.md for v0.10.3 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/186](https://togithub.com/cgrindel/bazel-starlib/pull/186)
- chore(deps): update dependency bazel to v5.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/187](https://togithub.com/cgrindel/bazel-starlib/pull/187)
- chore(deps): update dependency bazel to v6 by
[@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/188](https://togithub.com/cgrindel/bazel-starlib/pull/188)
- chore(deps): update dependency contrib_rules_bazel_integration_test to
v0.10.0 by [@&#8203;renovate](https://togithub.com/renovate) in
[https://github.com/cgrindel/bazel-starlib/pull/189](https://togithub.com/cgrindel/bazel-starlib/pull/189)
- feat: implement lists.flatten by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/191](https://togithub.com/cgrindel/bazel-starlib/pull/191)

**Full Changelog**:
cgrindel/bazel-starlib@v0.10.3...v0.11.0

#### Workspace Snippet

```python
load("@&#8203;bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "3f04ca2e3bef99563c6d96728b0a09f8484bc3c61ca804d29f67e86e6043c038",
    strip_prefix = "bazel-starlib-0.11.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.11.0.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:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent a52d76a commit 1dea2e9
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 = "2b5031fd24ccc0bddcccd18c61d50c41970ad9757f15690ce6874935f298b05b",
strip_prefix = "bazel-starlib-0.10.3",
sha256 = "3f04ca2e3bef99563c6d96728b0a09f8484bc3c61ca804d29f67e86e6043c038",
strip_prefix = "bazel-starlib-0.11.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.10.3.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.11.0.tar.gz",
],
)

0 comments on commit 1dea2e9

Please sign in to comment.