Skip to content

chore(deps): update dependency rules_shell to v0.8.0#2390

Merged
mergify[bot] merged 1 commit intomasterfrom
renovate/rules_shell-0.x
Apr 16, 2026
Merged

chore(deps): update dependency rules_shell to v0.8.0#2390
mergify[bot] merged 1 commit intomasterfrom
renovate/rules_shell-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
rules_shell bazel_dep minor 0.6.10.8.0
rules_shell http_archive minor v0.6.1v0.8.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

bazelbuild/rules_shell (rules_shell)

v0.8.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.8.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 = "20721f63908879c083f94869e618ea8d4ff5edb91ff9a72a2ebee357fdbc352d",
    strip_prefix = "rules_shell-0.8.0",
    url = "https://github.com/bazelbuild/rules_shell/releases/download/v0.8.0/rules_shell-v0.8.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: bazel-contrib/rules_shell@v0.7.1...v0.8.0

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

  • Branch creation
    • At any time (no schedule defined)
  • 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 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 requested a review from avdv as a code owner March 20, 2026 09:34
@renovate renovate bot added the merge-queue merge on green CI label Mar 20, 2026
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from b72cce0 to bffde0b Compare March 24, 2026 01:55
@renovate renovate bot changed the title chore(deps): update dependency rules_shell to v0.7.0 chore(deps): update dependency rules_shell to v0.7.1 Mar 24, 2026
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch 2 times, most recently from d0654e0 to 2998581 Compare March 26, 2026 17:39
@avdv
Copy link
Copy Markdown
Member

avdv commented Mar 31, 2026

Requires > v0.7.1 including bazel-contrib/rules_shell#57

@avdv avdv added the blocked Blocked on an usptream ticket label Mar 31, 2026
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 2998581 to a11305a Compare April 2, 2026 14:00
@renovate renovate bot changed the title chore(deps): update dependency rules_shell to v0.7.1 chore(deps): update dependency rules_shell Apr 15, 2026
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from a11305a to 8048148 Compare April 15, 2026 18:45
@renovate renovate bot force-pushed the renovate/rules_shell-0.x branch from 8048148 to 8a933eb Compare April 16, 2026 05:40
@renovate renovate bot changed the title chore(deps): update dependency rules_shell chore(deps): update dependency rules_shell to v0.8.0 Apr 16, 2026
@avdv avdv removed the blocked Blocked on an usptream ticket label Apr 16, 2026
@mergify mergify bot added the queued label Apr 16, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Apr 16, 2026

Merge Queue Status

  • Entered queue2026-04-16 06:09 UTC · Rule: default
  • Checks skipped · PR is already up-to-date
  • Merged2026-04-16 06:09 UTC · at 8a933eb29b69ab200c09fc91066bec3ef19efc80

This pull request spent 9 seconds in the queue, including 1 second running CI.

Required conditions to merge

@mergify mergify bot merged commit cbee763 into master Apr 16, 2026
67 checks passed
@mergify mergify bot deleted the renovate/rules_shell-0.x branch April 16, 2026 06:09
@mergify mergify bot removed queued merge-queue merge on green CI labels Apr 16, 2026
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