Skip to content
Snippets Groups Projects
Commit 2420ec7e authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: update docs for pathRules

parent f8a10a9f
No related branches found
No related tags found
No related merge requests found
...@@ -341,6 +341,22 @@ location with this method. ...@@ -341,6 +341,22 @@ location with this method.
<td>`RENOVATE_IGNORE_PATHS`</td> <td>`RENOVATE_IGNORE_PATHS`</td>
<td>`--ignore-paths`<td> <td>`--ignore-paths`<td>
</tr> </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> <tr>
<td>`dependencies`</td> <td>`dependencies`</td>
<td>Configuration specifically for `package.json`>`dependencies`</td> <td>Configuration specifically for `package.json`>`dependencies`</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment