Skip to content

chore(deps): update dependency rules_shell to v0.7.1 - autoclosed#7

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_shell-0.x
Closed

chore(deps): update dependency rules_shell to v0.7.1 - autoclosed#7
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rules_shell-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep minor 0.6.10.7.1

Release Notes

bazelbuild/rules_shell (rules_shell)

v0.7.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.7.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 = "3709d1745ba4be4ef054449647b62e424267066eca887bb00dd29242cb8463a0",
    strip_prefix = "rules_shell-0.7.1",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.7.1/rules_shell-v0.7.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: bazel-contrib/rules_shell@v0.7.0...v0.7.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 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 added the deps label Mar 31, 2026
@renovate renovate Bot requested a review from auguwu as a code owner March 31, 2026 11:45
@renovate renovate Bot added the deps label Mar 31, 2026
@renovate renovate Bot changed the title chore(deps): update dependency rules_shell to v0.7.1 chore(deps): update dependency rules_shell to v0.7.1 - autoclosed Apr 2, 2026
@renovate renovate Bot closed this Apr 2, 2026
@renovate renovate Bot deleted the renovate/rules_shell-0.x branch April 2, 2026 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants