diff --git a/docs/usage/getting-started/private-packages.md b/docs/usage/getting-started/private-packages.md index b613b4ad107d4daeebf46492570375d5329bc257..b4d60f24dfd9ea34e52b9c580082f0cd259efc40 100644 --- a/docs/usage/getting-started/private-packages.md +++ b/docs/usage/getting-started/private-packages.md @@ -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