From 6eefc67ec2ba3494d544c1bfcd15e07d4844b861 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:38:25 +0100 Subject: [PATCH] docs(installing/onboarding): use admonitions (#13886) Co-authored-by: Michael Kriese <michael.kriese@visualon.de> --- docs/usage/getting-started/installing-onboarding.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/usage/getting-started/installing-onboarding.md b/docs/usage/getting-started/installing-onboarding.md index c60116ad5e..9b46b917a5 100644 --- a/docs/usage/getting-started/installing-onboarding.md +++ b/docs/usage/getting-started/installing-onboarding.md @@ -29,8 +29,10 @@ Unfortunately GitHub doesn't offer a "select all except X,Y,Z" option, so you mu Once you're done selecting repositories for Renovate to run on, click the green Install button at the bottom of the page and Renovate will be enabled for those repositories and start the onboarding process. -Note: if you are using the WhiteSource Renovate App then it has a custom behavior for forked repositories. -If you choose "All repositories" when installing then forked repositories will be skipped by default, while if you choose "Select repositories" then they will be processed by Renovate even if they're a fork. +<!-- prettier-ignore --> +!!! note + If you are using the WhiteSource Renovate App then it has a custom behavior for forked repositories. + If you choose "All repositories" when installing then forked repositories will be skipped by default, while if you choose "Select repositories" then they will be processed by Renovate even if they're a fork. ### Hosted GitLab.com App @@ -71,7 +73,9 @@ If you don't want a `renovate.json` file in your repository you can use one of t #### package.json -Note: this approach has been deprecated and will be removed in a future release. +<!-- prettier-ignore --> +!!! warning + This approach has been deprecated and will be removed in a future release. You can add the same settings to a `"renovate"` section in your `package.json` file instead. The `package.json` file must be located at the root of your repository. -- GitLab