- Aug 11, 2017
-
-
Rhys Arkins authored
Updates definitions for schedule and package rules to allow strings to be massaged to lists - instead of erroring. Closes #662
-
- Aug 05, 2017
-
- Aug 04, 2017
-
-
Rhys Arkins authored
Now no need to detect at onboarding time. Also suggests removing setting in migration if it is already the same value. Closes #528
-
Rhys Arkins authored
No need for {{semanticPrefix}} to be specified in templates now - it will be implicitly added to start of commit message and PR titles if semanticCommits=true
-
- Aug 03, 2017
-
-
Rhys Arkins authored
Closes #226
-
Rhys Arkins authored
- Renames `packages` to `packageRules` - Refactor `packageName` to `packageNames` array - Refactor `packagePattern` to `packagePatterns` array - Adds `excludePackageNames` array - Adds `excludePackagePatterns` array Closes #529
- Aug 02, 2017
-
-
Rhys Arkins authored
Massaging of string to array is done in migration function.
-
Rhys Arkins authored
depTypes configuration is now refactored from being an array of strings/objects to having each type of dep (`dependencies`, `devDependencies`, `optionalDependencies`, `peerDependencies`) be a first class object in the namespace. The "old" way of configuring is still supported but is transformed using a migrateConfig script. Later, PRs will be raised to impacted repositories to suggest the new config.
-