Skip to content

Commit

Permalink
chore(deps): update bazel_gazelle digest to 71fa620 (#281)
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 | `e12488c` -> `71fa620` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjguMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 15, 2023
1 parent ec9d1fd commit 157ade6
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 = "8ff66f567cc429f3bb1568a41e4bd292afb4476df2fb97dccb2cb51b8ca26dc1",
strip_prefix = "bazel-gazelle-e12488cf9a1431a7405f898040c8e8901899bd5b",
sha256 = "aa14b98a66171bdc5a49f0e03d14c3d1a760ddf3ae0dfb28179d7698265bb81e",
strip_prefix = "bazel-gazelle-71fa620b33b23e104739a9666ad4bd11492d6d73",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/e12488cf9a1431a7405f898040c8e8901899bd5b.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/archive/71fa620b33b23e104739a9666ad4bd11492d6d73.tar.gz",
],
)

Expand Down

0 comments on commit 157ade6

Please sign in to comment.