-
- Downloads
feat(lerna): Add lerna support (#535)
If a `lerna.json` is present in the root of the repository, then Renovate will automatically ignore (i.e. not renovate) all package names found in the `packages/*` path. It does not require an explicit configuration to work.
Showing
- lib/api/github.js 13 additions, 0 deletionslib/api/github.js
- lib/api/gitlab.js 15 additions, 0 deletionslib/api/gitlab.js
- lib/workers/dep-type/index.js 6 additions, 1 deletionlib/workers/dep-type/index.js
- lib/workers/repository/apis.js 16 additions, 0 deletionslib/workers/repository/apis.js
- test/api/__snapshots__/github.spec.js.snap 28 additions, 0 deletionstest/api/__snapshots__/github.spec.js.snap
- test/api/__snapshots__/gitlab.spec.js.snap 23 additions, 0 deletionstest/api/__snapshots__/gitlab.spec.js.snap
- test/api/github.spec.js 12 additions, 0 deletionstest/api/github.spec.js
- test/api/gitlab.spec.js 12 additions, 0 deletionstest/api/gitlab.spec.js
- test/workers/dep-type/index.spec.js 2 additions, 0 deletionstest/workers/dep-type/index.spec.js
- test/workers/repository/__snapshots__/apis.spec.js.snap 11 additions, 0 deletionstest/workers/repository/__snapshots__/apis.spec.js.snap
- test/workers/repository/apis.spec.js 24 additions, 0 deletionstest/workers/repository/apis.spec.js
Loading
Please register or sign in to comment