Skip to content

Commit 88d17f3

Browse files
chore(deps): update dependency apple_support to v1.18.1 (#199)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | apple_support | bazel_dep | patch | `1.18.0` -> `1.18.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>
1 parent 5220622 commit 88d17f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/exclude_files/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local_path_override(
88
path = "../..",
99
)
1010

11-
bazel_dep(name = "apple_support", version = "1.18.0")
11+
bazel_dep(name = "apple_support", version = "1.18.1")
1212
bazel_dep(
1313
name = "rules_swift",
1414
version = "1.18.0",

examples/rules_swift_helpers/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local_path_override(
88
path = "../..",
99
)
1010

11-
bazel_dep(name = "apple_support", version = "1.18.0")
11+
bazel_dep(name = "apple_support", version = "1.18.1")
1212
bazel_dep(
1313
name = "rules_swift",
1414
version = "1.18.0",

examples/simple/MODULE.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local_path_override(
88
path = "../..",
99
)
1010

11-
bazel_dep(name = "apple_support", version = "1.18.0")
11+
bazel_dep(name = "apple_support", version = "1.18.1")
1212
bazel_dep(
1313
name = "rules_swift",
1414
version = "1.18.0",

0 commit comments

Comments
 (0)