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

docs(private package support): monospace github.com URL (#23107)

parent 2147ae26
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,7 @@ Renovate will use those credentials for all requests to `org/repo`. ...@@ -111,7 +111,7 @@ Renovate will use those credentials for all requests to `org/repo`.
#### Example for gomod #### Example for gomod
Here's an example for `gomod` with private github.com repos. Here's an example for `gomod` with private `github.com` repos.
Assume this config is used on the `github.com/some-other-org` repo: Assume this config is used on the `github.com/some-other-org` repo:
```json ```json
...@@ -150,7 +150,7 @@ When Renovate creates Pull Requests, its default behavior is to locate and embed ...@@ -150,7 +150,7 @@ When Renovate creates Pull Requests, its default behavior is to locate and embed
These release notes are fetched from the source repository of packages and not from the registries themselves, so if they are private then they will require different credentials. These release notes are fetched from the source repository of packages and not from the registries themselves, so if they are private then they will require different credentials.
When it comes to open source, most packages host their source on `github.com` in public repositories. When it comes to open source, most packages host their source on `github.com` in public repositories.
GitHub greatly rate limits unauthenticated API requests, so you need to configure credentials for github.com or the bot will get rate limited quickly. GitHub greatly rate limits unauthenticated API requests, so you need to configure credentials for `github.com` or the bot will get rate limited quickly.
It can be confusing for people who host their own source code privately to be asked to configure a `github.com` token but without it Release Notes for most open source packages will be blocked. It can be confusing for people who host their own source code privately to be asked to configure a `github.com` token but without it Release Notes for most open source packages will be blocked.
Currently the preferred way to configure `github.com` credentials for self-hosted Renovate is: Currently the preferred way to configure `github.com` credentials for self-hosted Renovate is:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment