-
- Downloads
fix: only ignore monorepo packages if matching glob (#1153)
Previously, packages within a workspace or lerna project were ignores across the entire repo. Now, they are only ignored within package files that exist in the same lerna project or yarn workspace. Closes #1147
Showing
- lib/manager/npm/monorepos.js 2 additions, 1 deletionlib/manager/npm/monorepos.js
- lib/workers/dep-type/index.js 5 additions, 3 deletionslib/workers/dep-type/index.js
- test/manager/__snapshots__/resolve.spec.js.snap 0 additions, 6 deletionstest/manager/__snapshots__/resolve.spec.js.snap
- test/workers/dep-type/index.spec.js 1 addition, 0 deletionstest/workers/dep-type/index.spec.js
Loading
Please register or sign in to comment