Skip to content

Commit

Permalink
chore(deps): update dependency cgrindel_bazel_starlib to v0.16.0 (#34)
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.15.0` -> `v0.16.0` |

---

### Release Notes

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

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

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

#### What's Changed

- Update README.md for v0.15.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#271
- chore(deps): update dependency io_bazel_rules_go to v0.39.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#273
- chore(deps): update dependency bazel_gazelle to v0.30.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#274
- chore(deps): update dependency rules_bazel_integration_test to v0.12.0
by [@&#8203;renovate](https://togithub.com/renovate) in
[cgrindel/bazel-starlib#272
- feat: support `dev_dependency` in `generate_module_snippet` by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[cgrindel/bazel-starlib#276

**Full Changelog**:
cgrindel/bazel-starlib@v0.15.0...v0.16.0

#### Bazel Module Snippet

```python
bazel_dep(name = "cgrindel_bazel_starlib", version = "0.16.0")
```

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "ee0033d029b5eaddc21836b2944cf37c95eb5f214eb39834136a316dbc252a73",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.16.0/bazel-starlib.v0.16.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:eyJjcmVhdGVkSW5WZXIiOiIzNS4zMi4yIiwidXBkYXRlZEluVmVyIjoiMzUuMzIuMiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 5, 2023
1 parent ff4b0cc commit 21a39cc
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 = "db973c439a2ffb4e99a76f74b245bec5c25a2c5ee51a088f56a315e4dc9fa84a",
strip_prefix = "bazel-starlib-0.15.0",
sha256 = "df971d4736cf30ab5332536715eeb00c1a67ca6440610e8bc3b73a35aaff34dc",
strip_prefix = "bazel-starlib-0.16.0",
urls = [
"http://github.com/cgrindel/bazel-starlib/archive/v0.15.0.tar.gz",
"http://github.com/cgrindel/bazel-starlib/archive/v0.16.0.tar.gz",
],
)

0 comments on commit 21a39cc

Please sign in to comment.