From 1f599c4ec471eab48611ceb124bf406cd6ca5062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 04:54:26 +0000 Subject: [PATCH] chore(deps): update renovate/renovate docker tag to v37.35.0 --- .config/fish/aliases.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/fish/aliases.fish b/.config/fish/aliases.fish index f2402892..6c2227d4 100644 --- a/.config/fish/aliases.fish +++ b/.config/fish/aliases.fish @@ -197,15 +197,15 @@ end # Renovate function renovate if ls ./.envrc - docker run --rm -it -v (pwd):/tmp renovate/renovate:37.34.3-slim sh -c "curl -sfL https://direnv.net/install.sh | bash && cd /tmp && direnv allow . && direnv exec . renovate $argv" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.35.0-slim sh -c "curl -sfL https://direnv.net/install.sh | bash && cd /tmp && direnv allow . && direnv exec . renovate $argv" else - docker run --rm -it -v (pwd):/tmp renovate/renovate:37.34.3-slim sh -c "renovate $argv" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.35.0-slim sh -c "renovate $argv" end rm -rf renovate/ end function renovate-config-validator - docker run --rm -it -v (pwd):/tmp renovate/renovate:37.34.3-slim sh -c "cd /tmp && renovate-config-validator" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.35.0-slim sh -c "cd /tmp && renovate-config-validator" end # todoist