Refactor config definitions and onboarding values (#360)
* Set levels in definitions * Rename global worker * getRepoConfig use options levels * Refactor packageFileConfig * Add onboarding configuration
Showing
- lib/config/defaults.js 11 additions, 1 deletionlib/config/defaults.js
- lib/config/definitions.js 48 additions, 5 deletionslib/config/definitions.js
- lib/config/index.js 43 additions, 5 deletionslib/config/index.js
- lib/renovate.js 2 additions, 2 deletionslib/renovate.js
- lib/workers/global.js 0 additions, 1 deletionlib/workers/global.js
- lib/workers/package-file.js 1 addition, 4 deletionslib/workers/package-file.js
- lib/workers/repository.js 9 additions, 23 deletionslib/workers/repository.js
- test/_fixtures/logger/index.js 8 additions, 1 deletiontest/_fixtures/logger/index.js
- test/config/__snapshots__/index.spec.js.snap 6 additions, 4 deletionstest/config/__snapshots__/index.spec.js.snap
- test/config/index.spec.js 16 additions, 4 deletionstest/config/index.spec.js
- test/renovate.spec.js 1 addition, 1 deletiontest/renovate.spec.js
- test/workers/__snapshots__/global.spec.js.snap 1 addition, 1 deletiontest/workers/__snapshots__/global.spec.js.snap
- test/workers/__snapshots__/repository-functions.spec.js.snap 32 additions, 0 deletionstest/workers/__snapshots__/repository-functions.spec.js.snap
- test/workers/global.spec.js 7 additions, 5 deletionstest/workers/global.spec.js
- test/workers/repository-functions.spec.js 1 addition, 0 deletionstest/workers/repository-functions.spec.js
Loading
Please register or sign in to comment