From 8c192e1d90e7ea4cfa0efa39012f5abd490251b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 00:20:33 +0000 Subject: [PATCH] chore(deps): update renovate/renovate docker tag to v37.31.1 --- .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 99a022c2..8f0fb86b 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.29.0-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.31.1-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.29.0-slim sh -c "renovate $argv" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.31.1-slim sh -c "renovate $argv" end rm -rf renovate/ end function renovate-config-validator - docker run --rm -it -v (pwd):/tmp renovate/renovate:37.29.0-slim sh -c "cd /tmp && renovate-config-validator" + docker run --rm -it -v (pwd):/tmp renovate/renovate:37.31.1-slim sh -c "cd /tmp && renovate-config-validator" end # todoist