From 4c72bb12043856fdda63805016d4a528eab5f367 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 22:25:52 +0000 Subject: [PATCH] minor(deps): update dependency starship/starship to v1.19.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 9206643..b7b5650 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ --- # @var starship_version:description: Version of the release to install # renovate: datasource=github-releases depName=starship/starship -starship_version: 1.18.2 +starship_version: 1.19.0 # @var starship_arch:description: Architecture of the static binary starship_arch: "{{ ansible_architecture }}"