Skip to content

Commit 1e8b04e

Browse files
chore(deps): update dependency rules_apple to v3.20.1 (#1543)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rules_apple | bazel_dep | minor | `3.16.1` -> `3.20.1` | | rules_apple | bazel_dep | minor | `3.17.1` -> `3.20.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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent b02ae2e commit 1e8b04e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/objc_code/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ bazel_dep(
2525
)
2626
bazel_dep(
2727
name = "rules_apple",
28-
version = "3.16.1",
28+
version = "3.20.1",
2929
repo_name = "build_bazel_rules_apple",
3030
)
3131

examples/xcmetrics_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ bazel_dep(
2020
)
2121
bazel_dep(
2222
name = "rules_apple",
23-
version = "3.16.1",
23+
version = "3.20.1",
2424
repo_name = "build_bazel_rules_apple",
2525
)
2626

0 commit comments

Comments
 (0)