Skip to content
Snippets Groups Projects
Unverified Commit 2c7565d4 authored by kolaente's avatar kolaente Committed by GitHub
Browse files

docs: extra explanation about github api token when self hosting (#6292)

parent d1cd65c2
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,8 @@ Don't forget to configure `platform=gitea` somewhere in config. ...@@ -149,6 +149,8 @@ Don't forget to configure `platform=gitea` somewhere in config.
If you are running on any platform except github.com, it's important to also configure `GITHUB_COM_TOKEN` containing a personal access token for github.com. This account can actually be _any_ account on GitHub, and needs only read-only access. It's used when fetching release notes for repositories in order to increase the hourly API limit. If you are running on any platform except github.com, it's important to also configure `GITHUB_COM_TOKEN` containing a personal access token for github.com. This account can actually be _any_ account on GitHub, and needs only read-only access. It's used when fetching release notes for repositories in order to increase the hourly API limit.
**Note:** If you're using renovate in a project where dependencies are loaded from github (such as go modules hosted on github) it is highly reccomended to add a github token as you will run in the rate limit from the github api, which will lead to renovate closing and reopening PRs because it could not get reliable info on updated dependencies.
## File/directory usage ## File/directory usage
By default, Renovate will store all files within a `renovate/` subdirectory of the operating system's temporary directory, e.g. `/tmp/renovate/`. By default, Renovate will store all files within a `renovate/` subdirectory of the operating system's temporary directory, e.g. `/tmp/renovate/`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment