Skip to content

Commit

Permalink
chore(deps): update renovate/renovate docker tag to v36.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent fb56c2c commit 4e372ab
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:36.8.11-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:36.18.2-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:36.8.11-slim sh -c "renovate $argv"
docker run --rm -it -v (pwd):/tmp renovate/renovate:36.18.2-slim sh -c "renovate $argv"
end
rm -rf renovate/
end

function renovate-config-validator
docker run --rm -it -v (pwd):/tmp renovate/renovate:36.8.11-slim sh -c "cd /tmp && renovate-config-validator"
docker run --rm -it -v (pwd):/tmp renovate/renovate:36.18.2-slim sh -c "cd /tmp && renovate-config-validator"
end

# todoist
Expand Down

0 comments on commit 4e372ab

Please sign in to comment.