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