Skip to content

Commit

Permalink
chore(deps): update renovate/renovate docker tag to v39.79.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 31741ee commit 77bd7f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .config/fish/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ end
# Renovate
function renovate
if ls ./.envrc
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"
docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.1 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.79.0 sh -c "renovate $argv"
docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.1 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.79.0 sh -c "renovate-config-validator"
docker run --rm -it -v (pwd):/usr/src/app renovate/renovate:39.79.1 sh -c "renovate-config-validator"
end

# todoist
Expand Down
4 changes: 2 additions & 2 deletions .config/zsh/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ function l5d-setup() {
function renovate() {
set -x
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"
docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.79.1 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.79.0 sh -c "renovate-config-validator"
docker run --rm -it -v $(pwd):/usr/src/app renovate/renovate:39.79.1 sh -c "renovate-config-validator"
}

# Terraform
Expand Down

0 comments on commit 77bd7f7

Please sign in to comment.