From 96ab0b62fe365571c4ce620f2d79adece32615e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 21:12:53 +0000 Subject: [PATCH] deps(renovate): update dependency asdf-vm/asdf to v0.16.7 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [asdf-vm/asdf](https://redirect.github.com/asdf-vm/asdf) | patch | `v0.16.6` -> `v0.16.7` | --- ### Release Notes
asdf-vm/asdf (asdf-vm/asdf) ### [`v0.16.7`](https://redirect.github.com/asdf-vm/asdf/releases/tag/v0.16.7) [Compare Source](https://redirect.github.com/asdf-vm/asdf/compare/v0.16.6...v0.16.7) ##### Bug Fixes - remove comment from first line zsh completion output ([#​2035](https://redirect.github.com/asdf-vm/asdf/issues/2035)) ([#​2037](https://redirect.github.com/asdf-vm/asdf/issues/2037)) ([74d7b17](https://redirect.github.com/asdf-vm/asdf/commit/74d7b17a1cc9f640cf0f5134416d1cf7a56fe19f))
--- ### 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. 🔕 **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/kellervater/homeracker). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- install-asdf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-asdf.sh b/install-asdf.sh index a3ffec0..1058e48 100755 --- a/install-asdf.sh +++ b/install-asdf.sh @@ -3,7 +3,7 @@ set -euo pipefail # renovate: datasource=github-releases depName=asdf-vm/asdf versioning=semver -ASDF_VERSION=v0.16.6 +ASDF_VERSION=v0.16.7 add_line_to_file_if_not_exists() { local file="$1"