From 00a3a8d5ec033c9a58ba8eb9af7c80c09dcdd950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:12:28 +0000 Subject: [PATCH] chore(deps): update bazel_gazelle digest to 36b2084 (#352) 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 | `cf4ec9b` -> `36b2084` | --- ### 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/rules_swift_package_manager). 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 ebca16a84..0430e7ce9 100644 --- a/deps.bzl +++ b/deps.bzl @@ -42,10 +42,10 @@ def swift_bazel_dependencies(): maybe( http_archive, name = "bazel_gazelle", - sha256 = "c5668cf25ff9044c15c1a4e95dac14926fac46b328b3b33bec66ce683f7e7ff5", - strip_prefix = "bazel-gazelle-cf4ec9b2d4baab8fb88758955e393eed2652ae8f", + sha256 = "bfdba1726c41720e22bcc7cced737a3ee6f695048804dcfabe360b11480b46bf", + strip_prefix = "bazel-gazelle-36b2084aa034ec0313f16d5e205f8973c964a1ae", urls = [ - "https://github.com/bazelbuild/bazel-gazelle/archive/cf4ec9b2d4baab8fb88758955e393eed2652ae8f.tar.gz", + "https://github.com/bazelbuild/bazel-gazelle/archive/36b2084aa034ec0313f16d5e205f8973c964a1ae.tar.gz", ], )