feat: pathRules
Adds new configuration option “pathRules”. pathRules is an array of path rules. Each rule should contain a “paths” array which uses string or glob matching like the existing ignorePaths. If any of the paths in a rule matches a packageFile then the remaining configuration from the rule is applied to the packageFile.
Showing
- lib/config/definitions.js 18 additions, 0 deletionslib/config/definitions.js
- lib/manager/resolve.js 24 additions, 1 deletionlib/manager/resolve.js
- test/manager/resolve.spec.js 18 additions, 0 deletionstest/manager/resolve.spec.js
- website/docs/_posts/2017-10-05-configuration-options.md 29 additions, 0 deletionswebsite/docs/_posts/2017-10-05-configuration-options.md
Loading
Please register or sign in to comment