From a00735c1ca3f637caab756217eb1bfea34a2574d Mon Sep 17 00:00:00 2001 From: "cgrindel-self-hosted-renovate[bot]" <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:09:37 +0000 Subject: [PATCH] chore(deps): update dependency bazel_skylib to v1.6.1 (#62) 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_skylib | bazel_dep | patch | `1.6.0` -> `1.6.1` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Self-hosted Renovate Bot <361546+cgrindel-self-hosted-renovate[bot]@users.noreply.github.enterprise.com> --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULE.bazel b/MODULE.bazel index 525dd9a..4f41cdb 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -3,5 +3,5 @@ module( version = "0.0.0", ) -bazel_dep(name = "bazel_skylib", version = "1.6.0") +bazel_dep(name = "bazel_skylib", version = "1.6.1") bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")