Skip to content

Commit

Permalink
chore(deps): update renovate/renovate docker tag to v37.54.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent 03f01e4 commit c10c0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/fish/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -197,15 +197,15 @@ end
# Renovate
function renovate
if ls ./.envrc
docker run --rm -it -v (pwd):/tmp renovate/renovate:37.45.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.54.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.45.0-slim sh -c "renovate $argv"
docker run --rm -it -v (pwd):/tmp renovate/renovate:37.54.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.45.0-slim sh -c "cd /tmp && renovate-config-validator"
docker run --rm -it -v (pwd):/tmp renovate/renovate:37.54.3-slim sh -c "cd /tmp && renovate-config-validator"
end

# todoist
Expand Down

0 comments on commit c10c0ec

Please sign in to comment.