Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2025

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep minor 0.4.0 -> 0.5.0
rules_shell http_archive minor v0.4.0 -> v0.5.0

Release Notes

bazelbuild/rules_shell (rules_shell)

v0.5.0

Using Bzlmod with Bazel 6 or greater
  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_shell", version = "0.5.0")
Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_shell",
    sha256 = "b15cc2e698a3c553d773ff4af35eb4b3ce2983c319163707dddd9e70faaa062d",
    strip_prefix = "rules_shell-0.5.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.5.0/rules_shell-v0.5.0.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
What's Changed

Full Changelog: https://github.com/bazelbuild/rules\_shell/compare/v0.4.1...v0.5.0

v0.4.1

Using Bzlmod with Bazel 6 or greater
  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_shell", version = "0.4.1")
Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_shell",
    sha256 = "bc61ef94facc78e20a645726f64756e5e285a045037c7a61f65af2941f4c25e1",
    strip_prefix = "rules_shell-0.4.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.4.1/rules_shell-v0.4.1.tar.gz",
)

load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
What's Changed

Full Changelog: https://github.com/bazelbuild/rules\_shell/compare/v0.4.0...v0.4.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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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) June 27, 2025 10:27
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from ce81272 to c325847 Compare June 27, 2025 13:55
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from c325847 to 5c6baf5 Compare June 27, 2025 15:30
@cgrindel cgrindel disabled auto-merge June 27, 2025 15:32
@cgrindel
Copy link
Member

@Mergifyio queue

@renovate renovate bot enabled auto-merge (squash) June 27, 2025 18:13
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 5c6baf5 to ce5fb99 Compare June 27, 2025 18:13
@cgrindel cgrindel disabled auto-merge June 27, 2025 19:57
@cgrindel
Copy link
Member

@Mergifyio queue

@renovate renovate bot enabled auto-merge (squash) June 27, 2025 19:57
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from ce5fb99 to bf48ed8 Compare June 27, 2025 19:57
Copy link
Contributor

mergify bot commented Jun 27, 2025

queue

🟠 Waiting for conditions to match

  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue default]
      • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
      • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
      • #review-threads-unresolved = 0 [🛡 GitHub branch protection]
      • any of: [🛡 GitHub branch protection]
        • check-success = all_ci_tests
        • check-neutral = all_ci_tests
        • check-skipped = all_ci_tests
  • -closed [📌 queue requirement]
  • -conflict [📌 queue requirement]
  • -draft [📌 queue requirement]
  • any of: [📌 queue -> configuration change requirements]
    • -mergify-configuration-changed
    • check-success = Configuration changed

@cgrindel cgrindel disabled auto-merge June 27, 2025 20:00
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from bf48ed8 to 37c5a15 Compare June 27, 2025 20:06
@renovate renovate bot enabled auto-merge (squash) June 27, 2025 20:06
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch 2 times, most recently from d61c17d to 37bbff0 Compare June 27, 2025 20:28
@cgrindel cgrindel disabled auto-merge June 27, 2025 20:55
@cgrindel
Copy link
Member

@Mergifyio queue

Copy link
Contributor

mergify bot commented Jun 27, 2025

queue

🟠 Waiting for conditions to match

  • -closed [📌 queue requirement]
  • any of: [🔀 queue conditions]
    • all of: [📌 queue conditions of queue default]
      • #approved-reviews-by >= 1 [🛡 GitHub branch protection]
      • #changes-requested-reviews-by = 0 [🛡 GitHub branch protection]
      • #review-threads-unresolved = 0 [🛡 GitHub branch protection]
      • any of: [🛡 GitHub branch protection]
        • check-success = all_ci_tests
        • check-neutral = all_ci_tests
        • check-skipped = all_ci_tests
  • -conflict [📌 queue requirement]
  • -draft [📌 queue requirement]
  • any of: [📌 queue -> configuration change requirements]
    • -mergify-configuration-changed
    • check-success = Configuration changed

@renovate renovate bot enabled auto-merge (squash) June 27, 2025 20:56
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 37bbff0 to 0ba55e3 Compare June 27, 2025 20:56
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 0ba55e3 to 3aff154 Compare June 27, 2025 21:05
Copy link
Contributor Author

renovate bot commented Jun 27, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 01fa8a0 into main Jun 27, 2025
5 checks passed
@renovate renovate bot deleted the renovate/rules_shell-0.x branch June 27, 2025 21:31
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