@@ -30,6 +30,8 @@ docker run --rm renovate/renovate:31.14
docker run --rm renovate/renovate:31
```
<!-- prettier-ignore -->
!!! warning
Do not use the example tags listed above, as they will be out-of-date.
Go to [renovate/renovate tags](https://hub.docker.com/r/renovate/renovate/tags) to grab the latest tagged release from Renovate.
...
...
@@ -264,7 +266,9 @@ export GITHUB_COM_TOKEN="**github-token**" # Delete this if using github.com
renovate
```
Note: the GitHub.com token in env is necessary in order to retrieve Release Notes that are usually hosted on github.com.
<!-- prettier-ignore -->
!!! note
The GitHub.com token in env is necessary in order to retrieve Release Notes that are usually hosted on github.com.
You don't need to add it if you are already running the bot against github.com, but you do need to add it if you're using GitHub Enterprise, GitLab, Azure DevOps, or Bitbucket.
You should save and test out this script manually first, and add it to cron once you've verified it.