From eb936d8f2d7d59c0a0a389e9dbd63cb38f66c9b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 18:19:17 +0000 Subject: [PATCH] chore(deps): update renovate/renovate docker tag to v37.34.3 --- .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 1ba98817..f2402892 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.2-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.34.3-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.2-slim sh -c "renovate $argv" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.34.3-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.2-slim sh -c "cd /tmp && renovate-config-validator" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.34.3-slim sh -c "cd /tmp && renovate-config-validator" end # todoist