renovate/lib/manager
Rhys Arkins aada8f0b73 feat: support globs in ignorePaths (#1069)
Renovate will now check ignorePaths values for either (a) a string match, or (b) glob pattern. e.g. a string of ‘node_modules/‘ will ignore ‘node_modules/foo/package.json’ and ‘backend/node_modules/foo/package.json’ but it will also ignore ‘not_node_modules/foo/package.json` too. Therefore a blog pattern of `**/node_modules/**` is superior.

Closes #1054

BREAKING CHANGE: ignorePaths now supports globs and may match more than before, but that’s probably a good thing.
2017-11-01 13:13:55 +01:00
..
docker fix: add uniqueness to docker-digest pr title (#1051) 2017-10-27 23:33:55 +02:00
meteor refactor: move language extraction logic to manager (#1046) 2017-10-25 10:11:11 +02:00
npm refactor: move languages from branch worker to manager (#1044) 2017-10-25 06:48:08 +02:00
index.js feat: support globs in ignorePaths (#1069) 2017-11-01 13:13:55 +01:00