Skip to content

Commit

Permalink
chore(deps): update dependency ecsact_cli to v0.3.17 (#69)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| ecsact_cli | bazel_dep | patch | `0.3.16` -> `0.3.17` |

---

### Configuration

📅 **Schedule**: Branch creation - "after 1am and before 6am" in timezone
America/Vancouver, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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/ecsact-dev/rules_ecsact).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 24, 2024
1 parent 368a651 commit 53493d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ module(
bazel_dep(name = "rules_cc", version = "0.0.9")
bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "platforms", version = "0.0.9")
bazel_dep(name = "ecsact_cli", version = "0.3.16")
bazel_dep(name = "ecsact_cli", version = "0.3.17")

bazel_dep(name = "aspect_bazel_lib", version = "1.32.1", dev_dependency = True)
2 changes: 1 addition & 1 deletion e2e/bzlmod-ecsact-sdk/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_ecsact")
bazel_dep(name = "boost.process", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.dll", version = "1.83.0.bzl.2")
bazel_dep(name = "ecsact_cli", version = "0.3.16")
bazel_dep(name = "ecsact_cli", version = "0.3.17")
bazel_dep(name = "toolchains_llvm", version = "1.0.0", dev_dependency = True)

local_path_override(
Expand Down

0 comments on commit 53493d5

Please sign in to comment.