From 2420ec7e1e6b290ee3251d12b68a18a96a94271c Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 29 Dec 2017 15:13:42 +0100 Subject: [PATCH] chore: update docs for pathRules --- docs/configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index c557b0d195..c44523414c 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -341,6 +341,22 @@ location with this method. <td>`RENOVATE_IGNORE_PATHS`</td> <td>`--ignore-paths`<td> </tr> +<tr> + <td>`pathRules`</td> + <td>Apply config on a path-based basis. Consists of a paths array plus whatever other configuration objects to apply</td> + <td>list</td> + <td><pre>[]</pre></td> + <td></td> + <td><td> +</tr> +<tr> + <td>`paths`</td> + <td>List of strings or glob patterns to match against package files. Applicable inside pathRules only</td> + <td>list</td> + <td><pre>[]</pre></td> + <td></td> + <td><td> +</tr> <tr> <td>`dependencies`</td> <td>Configuration specifically for `package.json`>`dependencies`</td> -- GitLab