Skip to content

Commit 506ec5a

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency rules_xcodeproj to v2.2.0 (#1015)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_xcodeproj | bazel_dep | minor | `2.1.1` -> `2.2.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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 227502e commit 506ec5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/firebase_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ bazel_dep(
2626

2727
bazel_dep(
2828
name = "rules_xcodeproj",
29-
version = "2.1.1",
29+
version = "2.2.0",
3030
dev_dependency = True,
3131
)
3232
bazel_dep(

examples/ios_sim/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bazel_dep(
3737
)
3838
bazel_dep(
3939
name = "rules_xcodeproj",
40-
version = "2.1.1",
40+
version = "2.2.0",
4141
dev_dependency = True,
4242
)
4343

0 commit comments

Comments
 (0)