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

docs(private package support): use admonitions (#13887)

parent 6eefc67e
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,9 @@ There are four times in Renovate's behavior when it may need credentials:
- Looking up release notes
- Passing to package managers when updating lock files or checksums
Note: if you self-host Renovate, and have a self-hosted registry which _doesn't_ require authentication to access, then such modules/packages are not considered "private" to Renovate.
<!-- prettier-ignore -->
!!! note
If you self-host Renovate, and have a self-hosted registry which _doesn't_ require authentication to access, then such modules/packages are not considered "private" to Renovate.
## Private Config Presets
......@@ -188,7 +190,9 @@ module.exports = {
};
```
**NOTE:** Remember to put a trailing slash at the end of your `matchHost` URL.
<!-- prettier-ignore -->
!!! tip
Remember to put a trailing slash at the end of your `matchHost` URL.
#### Add npmrc string to Renovate config
......@@ -389,7 +393,9 @@ For instructions on this, see the above section on encrypting secrets for the Wh
- Use the resulting HTML encrypt page to encrypt secrets for your app before adding them to user/repository config
- Configure the app to run with `privateKey` set to the private key you generated above
Note: Encrypted values can't be used in the "Admin/Bot config".
<!-- prettier-ignore -->
!!! note
Encrypted values can't be used in the "Admin/Bot config".
### hostRules configuration using environment variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment