Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2025

This PR contains the following updates:

Package Type Update Change
rules_shell http_archive minor v0.4.1 -> v0.6.0

Release Notes

bazelbuild/rules_shell (rules_shell)

v0.6.0

Compare Source

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.6.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 = "fce2a7a974aa70e9367068122e19c39a6a27a5aca30698bcf9030beb529612b6",
    strip_prefix = "rules_shell-0.6.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.6.0/rules_shell-v0.6.0.tar.gz",
)

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

Full Changelog: https://github.com/bazelbuild/rules\_shell/compare/v0.5.1...v0.6.0

v0.5.1

Compare Source

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.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 = "99bfc7aaefd1ed69613bbd25e24bf7871d68aeafca3a6b79f5f85c0996a41355",
    strip_prefix = "rules_shell-0.5.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.5.1/rules_shell-v0.5.1.tar.gz",
)

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

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

v0.5.0

Compare Source

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


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 if that's undesired.


  • 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 12, 2025 11:52
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 2baa8cd to 32799b6 Compare August 1, 2025 22:27
@renovate renovate bot changed the title chore(deps): update dependency rules_shell to v0.5.0 chore(deps): update dependency rules_shell to v0.5.1 Aug 1, 2025
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 32799b6 to 31c2a8f Compare August 20, 2025 14:51
@renovate renovate bot changed the title chore(deps): update dependency rules_shell to v0.5.1 chore(deps): update dependency rules_shell to v0.6.0 Aug 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency rules_shell to v0.6.0 chore(deps): update dependency rules_shell to v0.6.0 - autoclosed Aug 23, 2025
@renovate renovate bot closed this Aug 23, 2025
auto-merge was automatically disabled August 23, 2025 13:53

Pull request was closed

@renovate renovate bot deleted the renovate/rules_shell-0.x branch August 23, 2025 13:53
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.

0 participants