- Aug 21, 2017
-
-
Rhys Arkins authored
Add check for pr.canRebase. This will be false if the PR has been modified. Fixes #790
-
Rhys Arkins authored
Previously, preset resolution was being done last, after merges of renoate.json or package.json config. This caused wrong ordering of config in cases where both presets + regular config was in use. Instead, resolving of presets is now done at each stage before merging. Fixes #708
-
- Aug 20, 2017
-
- Aug 19, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
- Aug 18, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
Rhys Arkins authored
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
- Aug 17, 2017
-
-
Rhys Arkins authored
-
renovate[bot] authored
-
- Aug 15, 2017
-
-
Rhys Arkins authored
* add massage test * fix: return massaged config from migrateAndValidate
-
Rhys Arkins authored
* fix: print schedule text along with error message * update test
-
- Aug 14, 2017
-
-
Rhys Arkins authored
Also enables config errors to be shown in Configure Renovate PR. Closes #550
-
Rhys Arkins authored
Closes #637
-
Rhys Arkins authored
It was a mistake to enable this feature by default, and should be disabled. A check has been made to set the status to “success” if it was previously “pending” and the setting is now false. This should also cover the case when someone enables it and then disables it. Fixes #667
- Aug 13, 2017
-
- 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 10, 2017
-
-
Rhys Arkins authored
Fixes #656
-
Mike S authored
- Updated FAQ based on changes in #582 - `packages` -> `packageRules`
-
- Aug 08, 2017
-
-
Rhys Arkins authored
Fixes #649
-
renovate[bot] authored
-