Skip to content

Commit

Permalink
chore(deps): update renovate/renovate docker tag to v37.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent e3eaffc commit d69f00c
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.56.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.56.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.56.0-slim sh -c "renovate $argv"
docker run --rm -it -v (pwd):/tmp renovate/renovate:37.56.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.56.0-slim sh -c "cd /tmp && renovate-config-validator"
docker run --rm -it -v (pwd):/tmp renovate/renovate:37.56.1-slim sh -c "cd /tmp && renovate-config-validator"
end

# todoist
Expand Down

0 comments on commit d69f00c

Please sign in to comment.