Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency build_bazel_rules_apple to v3.17.0 #14953

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 23, 2025

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_apple http_archive minor 3.16.1 -> 3.17.0

Release Notes

bazelbuild/rules_apple (build_bazel_rules_apple)

v3.17.0

Compare Source

What's Changed

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_apple@3.16.1...3.17.0

This release is compatible with Bazel 7.x LTS and 8.x LTS releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_apple", version = "3.17.0", repo_name = "build_bazel_rules_apple")

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_apple",
    sha256 = "69ccfc5ad737ab89bcf660b26b625393aacd2317a84a4bf328d360d2415cf615",
    url = "https://github.com/bazelbuild/rules_apple/releases/download/3.17.0/rules_apple.3.17.0.tar.gz",
)

load(
    "@​build_bazel_rules_apple//apple:repositories.bzl",
    "apple_rules_dependencies",
)

apple_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

load(
    "@​build_bazel_apple_support//lib:repositories.bzl",
    "apple_support_dependencies",
)

apple_support_dependencies()

Configuration

📅 Schedule: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate-bot renovate-bot requested a review from a team as a code owner January 23, 2025 16:35
@dpebot
Copy link
Collaborator

dpebot commented Jan 23, 2025

/gcbrun

@scotthart scotthart enabled auto-merge (squash) January 24, 2025 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants