Skip to content

Commit 89faa04

Browse files
renovate[bot]devflow.devflow-routing-intake
andauthored
chore(deps): update dependency rules_shell to v0.7.1 (#48274)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_shell](https://redirect.github.com/bazelbuild/rules_shell) | bazel_dep | minor | `0.6.1` → `0.7.1` | --- ### Release Notes <details> <summary>bazelbuild/rules_shell (rules_shell)</summary> ### [`v0.7.1`](https://redirect.github.com/bazel-contrib/rules_shell/releases/tag/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: ```starlark bazel_dep(name = "rules_shell", version = "0.7.1") ``` #### Using WORKSPACE Paste this snippet into your `WORKSPACE.bazel` file: ```starlark load("@&#8203;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("@&#8203;rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains") rules_shell_dependencies() rules_shell_toolchains() ``` #### What's Changed - Update CONTRIBUTING.md to simplify contribution process by [@&#8203;meteorcloudy](https://redirect.github.com/meteorcloudy) in [bazel-contrib#56](https://redirect.github.com/bazel-contrib/rules_shell/pull/56) **Full Changelog**: <bazel-contrib/rules_shell@v0.7.0...v0.7.1> </details> --- ### Configuration 📅 **Schedule**: 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 this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DataDog/datadog-agent). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlbG9nL25vLWNoYW5nZWxvZyIsImRlcGVuZGVuY2llcyIsInFhL25vLWNvZGUtY2hhbmdlIl19--> Co-authored-by: devflow.devflow-routing-intake <[email protected]>
1 parent ae4c634 commit 89faa04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ bazel_dep(name = "rules_python", version = "1.9.0")
6464
bazel_dep(name = "rules_rs", version = "0.0.27")
6565
bazel_dep(name = "rules_rust", version = "0.69.0")
6666
bazel_dep(name = "rules_rust_prost", version = "0.69.0")
67-
bazel_dep(name = "rules_shell", version = "0.6.1")
67+
bazel_dep(name = "rules_shell", version = "0.7.1")
6868
bazel_dep(name = "supply_chain_tools", version = "0.0.1")
6969

7070
bazel_dep(name = "rules_testing", version = "0.9.0", dev_dependency = True)

MODULE.bazel.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)