Skip to content

Commit

Permalink
chore(deps): update bazel_gazelle digest to 55532d5 (#376)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| bazel_gazelle | http_archive | digest | `98250fb` -> `55532d5` |

---

### 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/rules_swift_package_manager).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 46fbaac commit 1eaccab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ def swift_bazel_dependencies():
maybe(
http_archive,
name = "bazel_gazelle",
sha256 = "08db42d5d55e616cd548e27c8445a1f59047c2487fe69e133fd8c6253ba84438",
strip_prefix = "bazel-gazelle-98250fbf6c73b48d006e6081c582eeb8c9333fc8",
sha256 = "82c878c106f50ba203d69a4b10fb783f57dd155764bcc0c3565ff5e0690b3e7e",
strip_prefix = "bazel-gazelle-55532d59ef035957e8c45b3db9f54f90f0a9509c",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/98250fbf6c73b48d006e6081c582eeb8c9333fc8.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/archive/55532d59ef035957e8c45b3db9f54f90f0a9509c.tar.gz",
],
)

Expand Down

0 comments on commit 1eaccab

Please sign in to comment.