Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency io_bazel_rules_go to v0.42.0 #354

Merged

Conversation

cgrindel-self-hosted-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Type Update Change
io_bazel_rules_go http_archive minor v0.41.0 -> v0.42.0

Release Notes

bazelbuild/rules_go (io_bazel_rules_go)

v0.42.0

Compare Source

What's Changed

Added patches to go_download_sdk:

Patches can now be applied to the standard library using go_download_sdk (and go_sdk.download for Bzlmod).

Example:

    go_download_sdk(
        name = "go_sdk",
        sdks = {
            "linux_amd64": (
                "go{}.linux-amd64.mirror6598503.tar.gz".format(go_version),
                "3f5c50e592d8845d30eebd08ddb9c670fd2d909e032b6c2b83ecf97afb34660c",
            ),
            "darwin_arm64": (
                "go{}.darwin-arm64.mirror6598503.tar.gz".format(go_version),
                "fbe78beee7861da09de9319498a1521bc41a8b79d3ead2218ce307b9fa5503e5",
            ),
        },
        patches = [
            "//patches:golang_osx_dns_workaround.patch",
        ],
        urls = ["https://dl.google.com/go/{}"],
        version = go_version,
    )

Other changes included:

Full Changelog: bazelbuild/rules_go@v0.41.0...v0.42.0

WORKSPACE code

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

http_archive(
    name = "io_bazel_rules_go",
    sha256 = "91585017debb61982f7054c9688857a2ad1fd823fc3f9cb05048b0025c47d023",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
        "https://github.com/bazelbuild/rules_go/releases/download/v0.42.0/rules_go-v0.42.0.zip",
    ],
)

load("@​io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")

go_rules_dependencies()

go_register_toolchains(version = "1.21.1")

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot merged commit bb8e2e2 into main Sep 30, 2023
57 checks passed
@cgrindel-self-hosted-renovate cgrindel-self-hosted-renovate bot deleted the github-renovate/io_bazel_rules_go-0.x branch September 30, 2023 00:27
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/github_snippets Oct 22, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | patch | `v0.18.0` -> `v0.18.1` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore(deps): update actions/checkout digest to
[`8ade135`](https://togithub.com/cgrindel/bazel-starlib/commit/8ade135)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/351](https://togithub.com/cgrindel/bazel-starlib/pull/351)
- chore: update README.md for v0.18.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/353](https://togithub.com/cgrindel/bazel-starlib/pull/353)
- chore(deps): update dependency io_bazel_rules_go to v0.42.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/354](https://togithub.com/cgrindel/bazel-starlib/pull/354)
- chore(deps): update actions/checkout digest to
[`7cdaf2f`](https://togithub.com/cgrindel/bazel-starlib/commit/7cdaf2f)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/355](https://togithub.com/cgrindel/bazel-starlib/pull/355)
- chore(deps): update actions/checkout digest to
[`8530928`](https://togithub.com/cgrindel/bazel-starlib/commit/8530928)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/356](https://togithub.com/cgrindel/bazel-starlib/pull/356)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/357](https://togithub.com/cgrindel/bazel-starlib/pull/357)
- chore(deps): update dependency bazel to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/358](https://togithub.com/cgrindel/bazel-starlib/pull/358)
- chore: upgrade to Bazel 7.0.0rc2 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/359](https://togithub.com/cgrindel/bazel-starlib/pull/359)
- chore: add lock files for integration test workspaces by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/360](https://togithub.com/cgrindel/bazel-starlib/pull/360)
- fix: use the correct Bazel binary by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/361](https://togithub.com/cgrindel/bazel-starlib/pull/361)

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.0...v0.18.1

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swiftformat Oct 22, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | patch | `0.18.0` -> `0.18.1` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | patch | `v0.18.0` -> `v0.18.1` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore(deps): update actions/checkout digest to
[`8ade135`](https://togithub.com/cgrindel/bazel-starlib/commit/8ade135)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/351](https://togithub.com/cgrindel/bazel-starlib/pull/351)
- chore: update README.md for v0.18.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/353](https://togithub.com/cgrindel/bazel-starlib/pull/353)
- chore(deps): update dependency io_bazel_rules_go to v0.42.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/354](https://togithub.com/cgrindel/bazel-starlib/pull/354)
- chore(deps): update actions/checkout digest to
[`7cdaf2f`](https://togithub.com/cgrindel/bazel-starlib/commit/7cdaf2f)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/355](https://togithub.com/cgrindel/bazel-starlib/pull/355)
- chore(deps): update actions/checkout digest to
[`8530928`](https://togithub.com/cgrindel/bazel-starlib/commit/8530928)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/356](https://togithub.com/cgrindel/bazel-starlib/pull/356)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/357](https://togithub.com/cgrindel/bazel-starlib/pull/357)
- chore(deps): update dependency bazel to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/358](https://togithub.com/cgrindel/bazel-starlib/pull/358)
- chore: upgrade to Bazel 7.0.0rc2 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/359](https://togithub.com/cgrindel/bazel-starlib/pull/359)
- chore: add lock files for integration test workspaces by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/360](https://togithub.com/cgrindel/bazel-starlib/pull/360)
- fix: use the correct Bazel binary by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/361](https://togithub.com/cgrindel/bazel-starlib/pull/361)

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.0...v0.18.1

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
cgrindel-self-hosted-renovate bot referenced this pull request in cgrindel/rules_swift_package_manager Oct 22, 2023
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | patch | `0.18.0` -> `0.18.1` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | patch | `v0.18.0` -> `v0.18.1` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

#### What's Changed

- chore(deps): update actions/checkout digest to
[`8ade135`](https://togithub.com/cgrindel/bazel-starlib/commit/8ade135)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/351](https://togithub.com/cgrindel/bazel-starlib/pull/351)
- chore: update README.md for v0.18.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/353](https://togithub.com/cgrindel/bazel-starlib/pull/353)
- chore(deps): update dependency io_bazel_rules_go to v0.42.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/354](https://togithub.com/cgrindel/bazel-starlib/pull/354)
- chore(deps): update actions/checkout digest to
[`7cdaf2f`](https://togithub.com/cgrindel/bazel-starlib/commit/7cdaf2f)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/355](https://togithub.com/cgrindel/bazel-starlib/pull/355)
- chore(deps): update actions/checkout digest to
[`8530928`](https://togithub.com/cgrindel/bazel-starlib/commit/8530928)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/356](https://togithub.com/cgrindel/bazel-starlib/pull/356)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/357](https://togithub.com/cgrindel/bazel-starlib/pull/357)
- chore(deps): update dependency bazel to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/358](https://togithub.com/cgrindel/bazel-starlib/pull/358)
- chore: upgrade to Bazel 7.0.0rc2 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/359](https://togithub.com/cgrindel/bazel-starlib/pull/359)
- chore: add lock files for integration test workspaces by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/360](https://togithub.com/cgrindel/bazel-starlib/pull/360)
- fix: use the correct Bazel binary by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/361](https://togithub.com/cgrindel/bazel-starlib/pull/361)

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.0...v0.18.1

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
Co-authored-by: Chuck Grindel <chuck.grindel@gmail.com>
renovate bot referenced this pull request in bazel-contrib/rules_bazel_integration_test Oct 23, 2023
[![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 | bazel_dep | patch | `0.18.0` -> `0.18.1` |
| [cgrindel_bazel_starlib](https://togithub.com/cgrindel/bazel-starlib)
| http_archive | patch | `v0.18.0` -> `v0.18.1` |

---

### Release Notes

<details>
<summary>cgrindel/bazel-starlib (cgrindel_bazel_starlib)</summary>

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

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

##### What's Changed

- chore(deps): update actions/checkout digest to
[`8ade135`](https://togithub.com/cgrindel/bazel-starlib/commit/8ade135)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/351](https://togithub.com/cgrindel/bazel-starlib/pull/351)
- chore: update README.md for v0.18.0 by
[@&#8203;cgrindel-app-token-generator](https://togithub.com/cgrindel-app-token-generator)
in
[https://github.com/cgrindel/bazel-starlib/pull/353](https://togithub.com/cgrindel/bazel-starlib/pull/353)
- chore(deps): update dependency io_bazel_rules_go to v0.42.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/354](https://togithub.com/cgrindel/bazel-starlib/pull/354)
- chore(deps): update actions/checkout digest to
[`7cdaf2f`](https://togithub.com/cgrindel/bazel-starlib/commit/7cdaf2f)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/355](https://togithub.com/cgrindel/bazel-starlib/pull/355)
- chore(deps): update actions/checkout digest to
[`8530928`](https://togithub.com/cgrindel/bazel-starlib/commit/8530928)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/356](https://togithub.com/cgrindel/bazel-starlib/pull/356)
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://togithub.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/357](https://togithub.com/cgrindel/bazel-starlib/pull/357)
- chore(deps): update dependency bazel to v6.4.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://togithub.com/cgrindel-self-hosted-renovate)
in
[https://github.com/cgrindel/bazel-starlib/pull/358](https://togithub.com/cgrindel/bazel-starlib/pull/358)
- chore: upgrade to Bazel 7.0.0rc2 by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/359](https://togithub.com/cgrindel/bazel-starlib/pull/359)
- chore: add lock files for integration test workspaces by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/360](https://togithub.com/cgrindel/bazel-starlib/pull/360)
- fix: use the correct Bazel binary by
[@&#8203;cgrindel](https://togithub.com/cgrindel) in
[https://github.com/cgrindel/bazel-starlib/pull/361](https://togithub.com/cgrindel/bazel-starlib/pull/361)

**Full Changelog**:
cgrindel/bazel-starlib@v0.18.0...v0.18.1

##### Bazel Module Snippet

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

##### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "9090280a9cff7322e7c22062506b3273a2e880ca464e520b5c77fdfbed4e8805",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.18.1/bazel-starlib.v0.18.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 these
updates 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://developer.mend.io/github/bazel-contrib/rules_bazel_integration_test).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants