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_swift to v2.4.0 #434

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2025

This PR contains the following updates:

Package Type Update Change
build_bazel_rules_swift http_archive minor 2.3.1 -> 2.4.0

Release Notes

bazelbuild/rules_swift (build_bazel_rules_swift)

v2.4.0

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_swift@2.3.1...2.4.0

This release is compatible with Bazel 6.x LTS, 7.x LTS, 8.x LTS, and 9.x rolling releases.

MODULE.bazel Snippet

bazel_dep(name = "rules_swift", version = "2.4.0", repo_name = "build_bazel_rules_swift")

Workspace Snippet

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

http_archive(
    name = "build_bazel_rules_swift",
    sha256 = "28db894977ac51c8f3ab7c6dc9d655a85510366734e900b3c5302ce1ed91256c",
    url = "https://github.com/bazelbuild/rules_swift/releases/download/2.4.0/rules_swift.2.4.0.tar.gz",
)

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()

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.

🔕 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.

@renovate renovate bot enabled auto-merge (squash) January 19, 2025 08:11
@cgrindel cgrindel disabled auto-merge January 20, 2025 14:46
@cgrindel
Copy link
Member

@Mergifyio queue

@renovate renovate bot enabled auto-merge (squash) January 20, 2025 16:45
@renovate renovate bot force-pushed the renovate/build_bazel_rules_swift-2.x branch from 10a535c to 2049c83 Compare January 20, 2025 16:45
@renovate renovate bot merged commit 36b14b6 into main Jan 20, 2025
5 checks passed
@renovate renovate bot deleted the renovate/build_bazel_rules_swift-2.x branch January 20, 2025 16:54
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.

1 participant