Skip to content

Commit 819b87a

Browse files
cgrindel-self-hosted-renovate[bot]Self-hosted Renovate Bot
andauthored
chore(deps): update dependency rules_xcodeproj to v1.16.0 (#885)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_xcodeproj | bazel_dep | minor | `1.15.0` -> `1.16.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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjM2LjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com>
1 parent 944f2d4 commit 819b87a

File tree

4 files changed

+119
-139
lines changed

4 files changed

+119
-139
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 = "1.15.0",
29+
version = "1.16.0",
3030
dev_dependency = True,
3131
)
3232
bazel_dep(

examples/firebase_example/MODULE.bazel.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "1.15.0",
40+
version = "1.16.0",
4141
dev_dependency = True,
4242
)
4343

0 commit comments

Comments
 (0)