From e4e4b427e501f1aed74afa315a28d46d0bf3b0f2 Mon Sep 17 00:00:00 2001 From: Tom Kerkhove <kerkhove.tom@gmail.com> Date: Tue, 29 Jun 2021 16:35:44 +0200 Subject: [PATCH] docs: Add note about Azure DevOps setup (#10653) Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Jamie Magee <jamie.magee@gmail.com> --- docs/usage/setup-azure-devops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/setup-azure-devops.md b/docs/usage/setup-azure-devops.md index 047979889a..327f475e59 100644 --- a/docs/usage/setup-azure-devops.md +++ b/docs/usage/setup-azure-devops.md @@ -114,7 +114,7 @@ always-auth=true ### Add renovate.json file -Additionally, you can create a `renovate.json` file which holds the Renovate configuration, in the root of the repo. +Additionally, you can create a `renovate.json` file (which holds the Renovate configuration) in the root of the repository you want to update. [Read more about the Renovate configuration options](https://docs.renovatebot.com/configuration-options/) ### Using a single pipeline to update multiple repositories -- GitLab