Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
cgrindel_bazel_starlib http_archive minor v0.6.0 -> v0.7.1

Release Notes

cgrindel/bazel-starlib

v0.7.1: Release v0.7.1

Compare Source

What's Changed

Full Changelog: cgrindel/bazel-starlib@v0.7.0...v0.7.1

Workspace Snippet

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

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

v0.7.0: Release v0.7.0

Compare Source

What's Changed

Full Changelog: cgrindel/bazel-starlib@v0.6.1...v0.7.0

Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "f61c83d78754ce3abe562fbac54b3a055e4c80c209f5de7938f1773312fe2cfe",
    strip_prefix = "bazel-starlib-0.7.0",
    urls = [
        "http://github.com/cgrindel/bazel-starlib/archive/v0.7.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.6.1: Release v0.6.1

Compare Source

What's Changed

Full Changelog: cgrindel/bazel-starlib@v0.6.0...v0.6.1

Workspace Snippet

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

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

@renovate renovate bot changed the title Update dependency cgrindel_bazel_starlib to v0.7.1 chore(deps): update dependency cgrindel_bazel_starlib to v0.7.1 Nov 4, 2022
@renovate renovate bot force-pushed the renovate/cgrindel_bazel_starlib-0.x branch 2 times, most recently from bd665a4 to 1f12c79 Compare November 4, 2022 17:45
@renovate renovate bot force-pushed the renovate/cgrindel_bazel_starlib-0.x branch from 1f12c79 to 5edf2d2 Compare November 4, 2022 18:17
@cgrindel cgrindel merged commit 11903ca into main Nov 4, 2022
@cgrindel cgrindel deleted the renovate/cgrindel_bazel_starlib-0.x branch November 4, 2022 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants