renovate/docs
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
..
configuration.md feat: unpublish-safe status check (#635) 2017-08-06 15:38:10 +02:00
deployment.md Add Gitlab support (#83) 2017-02-11 08:14:19 +01:00
design-decisions.md Enable templates via env and update design decision doc (#192) 2017-04-29 04:42:17 +02:00
faq.md docs(faq): update `packageRules` examples (#663) 2017-08-10 19:14:20 +02:00
shareable-configs.md feat: shareable preset configs (#658) 2017-08-18 06:10:19 +02:00
status-checks.md feat: unpublish-safe status check (#635) 2017-08-06 15:38:10 +02:00