diff --git a/docs/configuration.md b/docs/configuration.md index c557b0d19561a21ff5bed6d82f39dd0527af8c19..c44523414c2a5070965a677127aac558ca7a3cb2 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>