Skip to content

Commit

Permalink
chore(deps): update bazel_gazelle digest to fe5140f (#373)
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 | `fb01943` -> `fe5140f` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS43MS40IiwidXBkYXRlZEluVmVyIjoiMzUuNzEuNCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2023
1 parent 85eb688 commit 1fc4980
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 = "3b47b1ce22acc00f313eef61c0e29936cd0c291c01f0250f0b736f0dbadccb42",
strip_prefix = "bazel-gazelle-fb019437f6fbc582263a6e4c5d7ede6a122ed492",
sha256 = "12fc4b60425b293342839e59be5517bdd7b934479eca0aeabf32effaf68b4658",
strip_prefix = "bazel-gazelle-fe5140fb674b858dd48434c59a5e6f5fdd7905f2",
urls = [
"https://github.com/bazelbuild/bazel-gazelle/archive/fb019437f6fbc582263a6e4c5d7ede6a122ed492.tar.gz",
"https://github.com/bazelbuild/bazel-gazelle/archive/fe5140fb674b858dd48434c59a5e6f5fdd7905f2.tar.gz",
],
)

Expand Down

0 comments on commit 1fc4980

Please sign in to comment.