From 32168e870be857d089e8c3b7287464295c8717ca Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 28 Jan 2022 19:36:36 +0100 Subject: [PATCH] docs(automerge): use admonition (#13890) --- docs/usage/key-concepts/automerge.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/usage/key-concepts/automerge.md b/docs/usage/key-concepts/automerge.md index 3eba817bdbc9e7..acc915a3566f2f 100644 --- a/docs/usage/key-concepts/automerge.md +++ b/docs/usage/key-concepts/automerge.md @@ -128,7 +128,10 @@ If you see "Automerge: Disabled by config" it means you need to make a config ch By default, Renovate will not automerge until it sees passing status checks / check runs for the branch. If you have no tests but still want Renovate to automerge, you need to add `"ignoreTests": true` to your configuration. -However, we strongly recommend you have tests in any project where you are regularly updating dependencies. + + +!!! tip + We strongly recommend you have tests in any project where you are regularly updating dependencies. ### Committer restrictions