Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

chore(deps): update dependency cgrindel_bazel_starlib to v0.9.0 #197

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib http_archive minor v0.8.0 -> v0.9.0

Release Notes

cgrindel/bazel-starlib

v0.9.0

Compare Source

What's Changed

Full Changelog: cgrindel/bazel-starlib@v0.8.1...v0.9.0

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "42a496dddbc089c68cd72b1f20dfe6acf474c53043dafe230ec887f617c0c252",
    strip_prefix = "bazel-starlib-0.9.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.9.0.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()

v0.8.1

Compare Source

What's Changed

Full Changelog: cgrindel/bazel-starlib@v0.8.0...v0.8.1

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "f10f9a47f23a76e6cc6f8af0b2d0c6377452e5b17ebeed6dbd656f0ba2aaa4ec",
    strip_prefix = "bazel-starlib-0.8.1",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.8.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()

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@cgrindel cgrindel merged commit 24f6c10 into main Nov 28, 2022
@cgrindel cgrindel deleted the renovate/cgrindel_bazel_starlib-0.x branch November 28, 2022 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant