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 rules_bazel_integration_test to v0.12.0 #272

Merged
merged 4 commits into from
Apr 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
rules_bazel_integration_test http_archive minor v0.11.1 -> v0.12.0

Release Notes

bazel-contrib/rules_bazel_integration_test

v0.12.0

Compare Source

What's Changed

Full Changelog: bazel-contrib/rules_bazel_integration_test@v0.11.1...v0.12.0

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "0a1edb5ceb2797e463d40c0ae1c1b0de2c12104304ce07930a43ba4c9a314f85",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.12.0/rules_bazel_integration_test.v0.12.0.tar.gz",
    ],
)

load("@​rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")

bazel_integration_test_rules_dependencies()

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 force-pushed the renovate/rules_bazel_integration_test-0.x branch 2 times, most recently from 1b35bf9 to 2cc8d9d Compare March 31, 2023 00:54
@renovate renovate bot force-pushed the renovate/rules_bazel_integration_test-0.x branch from 2cc8d9d to 4fb8ea7 Compare March 31, 2023 00:55
@cgrindel cgrindel enabled auto-merge (squash) April 3, 2023 15:19
@cgrindel cgrindel merged commit 9a7f406 into main Apr 3, 2023
@cgrindel cgrindel deleted the renovate/rules_bazel_integration_test-0.x branch April 3, 2023 15:40
renovate bot added a commit to cgrindel/github_snippets that referenced this pull request Apr 5, 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](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>
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.

None yet

1 participant