From 1f8e081f13710fdfe85b33780d03baf1150792a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 00:37:41 +0000 Subject: [PATCH] chore(deps): update bazel_gazelle digest to 5e06b94 (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- deps.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.bzl b/deps.bzl index 0ae647176..3e9b4fe29 100644 --- a/deps.bzl +++ b/deps.bzl @@ -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", ], )