From 2327af3d326410c51b48cea36f8ef30a337aa0bd Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 03:37:56 +0000 Subject: [PATCH] chore(deps): update dependency apple_support to v1.17.1 (#188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | apple_support | bazel_dep | patch | `1.17.0` -> `1.17.1` | --- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> --- examples/exclude_files/MODULE.bazel | 2 +- examples/rules_swift_helpers/MODULE.bazel | 2 +- examples/simple/MODULE.bazel | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/exclude_files/MODULE.bazel b/examples/exclude_files/MODULE.bazel index abf2e46..b76fd8a 100644 --- a/examples/exclude_files/MODULE.bazel +++ b/examples/exclude_files/MODULE.bazel @@ -8,7 +8,7 @@ local_path_override( path = "../..", ) -bazel_dep(name = "apple_support", version = "1.17.0") +bazel_dep(name = "apple_support", version = "1.17.1") bazel_dep( name = "rules_swift", version = "1.18.0", diff --git a/examples/rules_swift_helpers/MODULE.bazel b/examples/rules_swift_helpers/MODULE.bazel index abf2e46..b76fd8a 100644 --- a/examples/rules_swift_helpers/MODULE.bazel +++ b/examples/rules_swift_helpers/MODULE.bazel @@ -8,7 +8,7 @@ local_path_override( path = "../..", ) -bazel_dep(name = "apple_support", version = "1.17.0") +bazel_dep(name = "apple_support", version = "1.17.1") bazel_dep( name = "rules_swift", version = "1.18.0", diff --git a/examples/simple/MODULE.bazel b/examples/simple/MODULE.bazel index abf2e46..b76fd8a 100644 --- a/examples/simple/MODULE.bazel +++ b/examples/simple/MODULE.bazel @@ -8,7 +8,7 @@ local_path_override( path = "../..", ) -bazel_dep(name = "apple_support", version = "1.17.0") +bazel_dep(name = "apple_support", version = "1.17.1") bazel_dep( name = "rules_swift", version = "1.18.0",