From 47a0497d2efb69284d356745c4da0f0346234d7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:49:00 +0000 Subject: [PATCH] Update dependency bazel_features to v1.22.0 (#139) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | bazel_features | bazel_dep | minor | `1.21.0` -> `1.22.0` | --- ### 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 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](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fmeum/with_cfg.bzl). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- examples/MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index 9bb87e9..63e750f 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -6,7 +6,7 @@ local_path_override( path = "..", ) -bazel_dep(name = "bazel_features", version = "1.21.0") +bazel_dep(name = "bazel_features", version = "1.22.0") bazel_dep(name = "bazel_skylib", version = "1.7.1") bazel_dep(name = "contrib_rules_jvm", version = "0.27.0") bazel_dep(name = "platforms", version = "0.0.10")