From 7f05a1a319d837ed36aa3a779d891a648f3e1c93 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 22 Feb 2023 12:05:41 +0100 Subject: [PATCH] docs(readme): use GitHub Flavored Markdown admonition (#20565) --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cd32034f78..3bc4254ab0 100644 --- a/readme.md +++ b/readme.md @@ -86,7 +86,8 @@ There are two ways to run Renovate on Azure DevOps: Go to the Visual Studio Marketplace and install the [Renovate Me](https://marketplace.visualstudio.com/items?itemName=jyc.vsts-extensions-renovate-me) extension in your organization. From there you can create a pipeline with the `RenovateMe` task. -**Note:** This extension is created and maintained personally by a Renovate developer/user so support requests relating to the extension itself cannot be answered directly in the main Renovate repository. +> **Note** +> This extension is created and maintained personally by a Renovate developer/user so support requests relating to the extension itself cannot be answered directly in the main Renovate repository. #### Custom pipeline -- GitLab