Commit 89faa04
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("@​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
- Update CONTRIBUTING.md to simplify contribution process by [@​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
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments