Skip to content

Commit

Permalink
chore(deps): update bazel_gazelle digest to 5e06b94 (#43)
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 | `eed5a38` -> `5e06b94` |

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40OS4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDkuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 7, 2022
1 parent fd5f551 commit 1f8e081
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 @@ -45,10 +45,10 @@ def swift_bazel_dependencies():
maybe(
http_archive,
name = "bazel_gazelle",
sha256 = "f85c7c8af6ee360eef6bb668cafc0d71aa77745fd5380f586be27bc5eca51e90",
strip_prefix = "bazel-gazelle-eed5a3895eff15c458df3efb2612ea3ef91f3881",
sha256 = "9752b46d35760b01cc3b1ebaea6177189743dc282ea9276c3ad64dcd67b299f4",
strip_prefix = "bazel-gazelle-5e06b9479bc41f57d5730962feabf25dda938461",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/eed5a3895eff15c458df3efb2612ea3ef91f3881.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/archive/5e06b9479bc41f57d5730962feabf25dda938461.tar.gz",
],
)

Expand Down

0 comments on commit 1f8e081

Please sign in to comment.