From e90c5e55b5404d1eea073d37a1fc98a515b57c17 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Wed, 1 Nov 2017 11:26:50 +0100
Subject: [PATCH] docs: update ignorePaths doc

---
 docs/configuration.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configuration.md b/docs/configuration.md
index ebf66045ff..b72308fb25 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -292,9 +292,9 @@ Obviously, you can't set repository or package file location with this method.
 </tr>
 <tr>
   <td>`ignorePaths`</td>
-  <td>Skip any package.json whose path matches one of these.</td>
+  <td>Skip any package.json whose path matches one of these. Can be string or glob pattern</td>
   <td>list</td>
-  <td><pre>["node_modules/"]</pre></td>
+  <td><pre>["**/node_modules/**"]</pre></td>
   <td>`RENOVATE_IGNORE_PATHS`</td>
   <td>`--ignore-paths`<td>
 </tr>
-- 
GitLab