renovate/lib/config
Rhys Arkins 5fb9d77bba
feat: separate groups into major/minor/patch (#2426)
Previously if grouping, all major/minor updates within that group were combined into one. Instead, we now honour the “separateMajorMinor”, "separateMinorPatch", and "separateMultipleMajor" settings and keep the groups separate if necessary.

For maximum compatibility with existing PRs, we name branches like `renovate/group-name` whenever possible and only name them like `renovate/major-group-name` or `renovate/patch-group-name` if major or patch are found.

Closes #2425
2018-08-27 06:25:17 +02:00
..
templates feat: show both homepage and source repo for each dep 2018-08-17 17:27:54 +02:00
cli.js fix: update dependency commander to v2.17.0 (#2343) 2018-08-04 08:36:28 +02:00
decrypt.js feat: support encryption with RSA_PKCS1_PADDING 2018-08-22 11:00:19 +02:00
defaults.js refactor: rename option.parents -> parent 2018-05-06 08:29:38 +02:00
definitions.js feat: separate groups into major/minor/patch (#2426) 2018-08-27 06:25:17 +02:00
env.js fix(vsts): set endpoint from env 2018-08-15 09:16:44 +02:00
file.js fix: find config path in cwd when installed globally (#1277) 2017-12-07 20:16:51 +01:00
index.js feat: endpoints credentials handling 2018-07-06 07:26:52 +02:00
massage.js (refactor): delegate generic predicate checking to @sindresorhus/is (#2021) 2018-06-04 20:07:22 +02:00
migrate-validate.js (refactor): delegate generic predicate checking to @sindresorhus/is (#2021) 2018-06-04 20:07:22 +02:00
migration.js fix: scheduler parse check 2018-07-20 08:40:43 +02:00
presets.js feat: github-hosted presets (#2328) 2018-07-31 06:48:56 +02:00
validation.js feat: vulnerabilityAlertsOnly 2018-07-29 09:03:54 +02:00