From 9f38953d3c588dc2c22094341c7d81eea1e8271b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 22:42:21 +0000 Subject: [PATCH] minor(deps): update dependency starship/starship to v1.17.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 253b1ec..c3b1b3d 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ --- # @var starship_version:description: Version of the release to install # renovate: datasource=github-releases depName=starship/starship -starship_version: 1.16.0 +starship_version: 1.17.0 # @var starship_arch:description: Architecture of the static binary starship_arch: "{{ ansible_architecture }}"