Skip to content

Instantly share code, notes, and snippets.

@nitrocode
Created November 2, 2023 23:18
Show Gist options
  • Save nitrocode/75c67af9a674d6b75d39954ed651563d to your computer and use it in GitHub Desktop.
Save nitrocode/75c67af9a674d6b75d39954ed651563d to your computer and use it in GitHub Desktop.
Renovatebot cheat sheet

Renovatebot Cheat Sheet

Run locally

docker run --rm -ti \
  -e LOG_LEVEL=debug \
  -e GITHUB_COM_TOKEN="$GITHUB_COM_TOKEN" \
  -v /tmp:/tmp \
  -v $(pwd):/usr/src/app \
  docker.io/renovate/renovate:full \
  renovate --platform=local | tee renovate.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment