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

fix: add Bazel version to the run_tests section of BCR presubmit #403

Merged
merged 4 commits into from
Mar 23, 2024

Conversation

cgrindel
Copy link
Owner

@cgrindel cgrindel commented Mar 23, 2024

  • Apply the generate_release_notes_test fix again.
  • Add workflow_dispatch to the CI workflow.

@cgrindel cgrindel self-assigned this Mar 23, 2024
@cgrindel cgrindel enabled auto-merge (squash) March 23, 2024 17:14
@cgrindel cgrindel disabled auto-merge March 23, 2024 17:15
@cgrindel cgrindel enabled auto-merge (squash) March 23, 2024 18:02
@cgrindel cgrindel merged commit e5dbd97 into main Mar 23, 2024
55 checks passed
@cgrindel cgrindel deleted the fix_bcr_presubmit2 branch March 23, 2024 18:08
cgrindel-self-hosted-renovate bot added a commit to cgrindel/rules_swiftformat that referenced this pull request Mar 23, 2024
This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)

#### What Has Changed

#### What's Changed

- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#403

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.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://github.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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
renovate bot added a commit to bazel-contrib/rules_bazel_integration_test that referenced this pull request Mar 25, 2024
[![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 | minor | `0.19.0` -> `0.20.2` |
| [cgrindel_bazel_starlib](https://github.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.2` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)

##### What Has Changed

##### What's Changed

- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#403

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2

##### Bazel Module Snippet

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

##### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.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()
```

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1)

##### What Has Changed

##### What's Changed

- chore: update README.md for v0.20.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#400
- fix: BCR presubmit version and upgrade to Bazel 7.1.1 by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#401

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.0...v0.20.1

##### Bazel Module Snippet

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

##### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.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()
```

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)

##### What Has Changed

##### What's Changed

- chore: update README.md for v0.19.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#377
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#378
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#379
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://github.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#380
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#381
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#382
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#383
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#384
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#385
- chore(deps): update actions/checkout digest to
[`473055b`](https://github.com/cgrindel/bazel-starlib/commit/473055b)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#386
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://github.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#387
- chore(deps): update actions/checkout digest to
[`aadec89`](https://github.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#388
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://github.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#389
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://github.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#390
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://github.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#392
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#391
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#393
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#394
- chore(deps): update actions/checkout digest by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#395
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://github.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#396
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://github.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#397
- fix: generate release notes test by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#398
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#399

**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0

##### Bazel Module Snippet

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

##### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.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 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
cgrindel-self-hosted-renovate bot added a commit to cgrindel/rules_swift_package_manager that referenced this pull request Mar 25, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| cgrindel_bazel_starlib | bazel_dep | minor | `0.19.0` -> `0.20.2` |
| [cgrindel_bazel_starlib](https://github.com/cgrindel/bazel-starlib)
| http_archive | minor | `v0.19.0` -> `v0.20.2` |

---

### Release Notes

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

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.1...v0.20.2)

#### What Has Changed

#### What's Changed

- fix: add Bazel version to the `run_tests` section of BCR presubmit by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#403

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.1...v0.20.2

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.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()
```

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.20.0...v0.20.1)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.20.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#400
- fix: BCR presubmit version and upgrade to Bazel 7.1.1 by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#401

**Full Changelog**:
cgrindel/bazel-starlib@v0.20.0...v0.20.1

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.1/bazel-starlib.v0.20.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()
```

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

[Compare
Source](https://github.com/cgrindel/bazel-starlib/compare/v0.19.0...v0.20.0)

#### What Has Changed

#### What's Changed

- chore: update README.md for v0.19.0 by
[@&#8203;cgrindel-app-token-generator](https://github.com/cgrindel-app-token-generator)
in
[cgrindel/bazel-starlib#377
- chore(deps): update dependency io_bazel_rules_go to v0.44.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#378
- chore(deps): update dependency bazel_gazelle to v0.35.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#379
- fix(deps): update github.com/gomarkdown/markdown digest to
[`1d6d208`](https://github.com/cgrindel/bazel-starlib/commit/1d6d208)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#380
- chore(deps): update dependency io_bazel_rules_go to v0.44.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#381
- chore(deps): update dependency io_bazel_rules_go to v0.44.2 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#382
- chore(deps): update dependency io_bazel_rules_go to v0.45.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#383
- chore(deps): update dependency io_bazel_rules_go to v0.45.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#384
- chore(deps): update dependency io_bazel_rules_go to v0.46.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#385
- chore(deps): update actions/checkout digest to
[`473055b`](https://github.com/cgrindel/bazel-starlib/commit/473055b)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#386
- chore(deps): update actions/checkout digest to
[`df0bcdd`](https://github.com/cgrindel/bazel-starlib/commit/df0bcdd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#387
- chore(deps): update actions/checkout digest to
[`aadec89`](https://github.com/cgrindel/bazel-starlib/commit/aadec89)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#388
- chore(deps): update actions/checkout digest to
[`2650dbd`](https://github.com/cgrindel/bazel-starlib/commit/2650dbd)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#389
- chore(deps): update actions/checkout digest to
[`556e4c3`](https://github.com/cgrindel/bazel-starlib/commit/556e4c3)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#390
- chore(deps): update actions/checkout digest to
[`8eb1f6a`](https://github.com/cgrindel/bazel-starlib/commit/8eb1f6a)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#392
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#391
- fix(deps): update dependency markdown-link-check to v3.12.0 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#393
- fix(deps): update dependency markdown-link-check to v3.12.1 by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#394
- chore(deps): update actions/checkout digest by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#395
- chore(deps): update actions/checkout digest to
[`b4ffde6`](https://github.com/cgrindel/bazel-starlib/commit/b4ffde6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#396
- chore(deps): update actions/checkout digest to
[`cd7d8d6`](https://github.com/cgrindel/bazel-starlib/commit/cd7d8d6)
by
[@&#8203;cgrindel-self-hosted-renovate](https://github.com/cgrindel-self-hosted-renovate)
in
[cgrindel/bazel-starlib#397
- fix: generate release notes test by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#398
- chore: remove Bazel lock files by
[@&#8203;cgrindel](https://github.com/cgrindel) in
[cgrindel/bazel-starlib#399

**Full Changelog**:
cgrindel/bazel-starlib@v0.19.0...v0.20.0

#### Bazel Module Snippet

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

#### Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "8930a91a3fcf61bcce5ed035f44c7926845774da48d5528227bf07cceb8b3e71",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.0/bazel-starlib.v0.20.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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://github.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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.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.

1 participant