renovate/lib/workers/repository
Rhys Arkins ad40f0abd8 feat: shareable preset configs (#658)
This PR implements eslint-inspired shareable configs. With this feature, we:
- Add new config option "extends"
  * This is an array of preset config names that the current config or preset extends/inherits from
- Add new config option "description"
  * Each preset config should include a description of its functionality that is human-readable
- Provide a set of commonly use configs called "preset defaults"
- Provide two "full" preset configs: "app" and "library"
   * Almost the same but app pins *all* version numbers while library only pins devdependencies
- Replace regular config in onboarding with one of these two presets
- Generate human-readable description of config in Onboarding PR
- Support npm for hosting configs (both scoped and non-scoped)

Closes #657, Closes #671, Closes #647
2017-08-18 06:10:19 +02:00
..
apis.js fix: return massaged config from migrateAndValidate (#681) 2017-08-15 13:26:05 +02:00
cleanup.js refactor: use branch prefix in templates (#604) 2017-08-04 08:32:22 +02:00
index.js feat: shareable preset configs (#658) 2017-08-18 06:10:19 +02:00
onboarding.js feat: shareable preset configs (#658) 2017-08-18 06:10:19 +02:00
upgrades.js fix: cast groupName to string in case it’s not (#684) 2017-08-17 11:24:22 +02:00