From bc4204ad13fb28d25e4dd4200f55c4479ea6a8ea 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, 4 Apr 2024 23:11:30 +0000 Subject: [PATCH] chore(deps): update dependency rules_xcodeproj to v2 (#993) 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 | |---|---|---|---| | rules_xcodeproj | bazel_dep | major | `1.18.0` -> `2.0.0` | --- ### 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://togithub.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://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- examples/firebase_example/MODULE.bazel | 2 +- examples/ios_sim/MODULE.bazel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/firebase_example/MODULE.bazel b/examples/firebase_example/MODULE.bazel index 959e663a4..213faf0f9 100644 --- a/examples/firebase_example/MODULE.bazel +++ b/examples/firebase_example/MODULE.bazel @@ -26,7 +26,7 @@ bazel_dep( bazel_dep( name = "rules_xcodeproj", - version = "1.18.0", + version = "2.0.0", dev_dependency = True, ) bazel_dep( diff --git a/examples/ios_sim/MODULE.bazel b/examples/ios_sim/MODULE.bazel index dfba9bb79..59fda81b7 100644 --- a/examples/ios_sim/MODULE.bazel +++ b/examples/ios_sim/MODULE.bazel @@ -37,7 +37,7 @@ bazel_dep( ) bazel_dep( name = "rules_xcodeproj", - version = "1.18.0", + version = "2.0.0", dev_dependency = True, )