From 4303dd5f780b0e27f0f46a8857f6c80f2ac724d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:04:29 +0000 Subject: [PATCH] chore(deps): update renovate/renovate docker tag to v39.79.0 --- .config/fish/aliases.fish | 6 +++--- .config/zsh/aliases.zsh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/fish/aliases.fish b/.config/fish/aliases.fish index a0bc90c7..1b60c72f 100644 --- a/.config/fish/aliases.fish +++ b/.config/fish/aliases.fish @@ -198,15 +198,15 @@ end # Renovate function renovate if ls ./.envrc - docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.69.2 sh -c "curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $argv" + docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.0 sh -c "curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $argv" else - docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.69.2 sh -c "renovate $argv" + docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.0 sh -c "renovate $argv" end rm -rf renovate/ end function renovate-config-validator - docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.69.2 sh -c "renovate-config-validator" + docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.0 sh -c "renovate-config-validator" end # todoist diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index 0e68299d..8ce08ec8 100644 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -116,11 +116,11 @@ function l5d-setup() { function renovate() { set -x args=$@ - docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.69.2 sh -c "curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $args" + docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.79.0 sh -c "curl -sfL https://direnv.net/install.sh | bash && direnv allow . && direnv exec . renovate $args" } function renovate-config-validator() { - docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.69.2 sh -c "renovate-config-validator" + docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.79.0 sh -c "renovate-config-validator" } # Terraform