From f2b28efe64764e972999a9707b1d9855238c9b7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:25:51 +0000 Subject: [PATCH] minor(deps): update dependency starship/starship to v1.15.0 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 2605a87..d15457a 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.14.2 +starship_version: 1.15.0 # @var starship_arch:description: Architecture of the static binary starship_arch: "{{ ansible_architecture }}"