Skip to content
Snippets Groups Projects
Unverified Commit 4114f313 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(self-hosting examples): use admonitions (#13885)

parent 2dc8ebb2
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment