- Oct 08, 2017
-
-
renovate[bot] authored
* fix(deps): update dependency get-installed-path to v4.0.3 * fix
-
Rhys Arkins authored
It appears that writing the existing lockfile before regenerating a new one can help speed some resolutions up. Closes #815
- Oct 06, 2017
-
-
Rhys Arkins authored
fixes a few incorrect/outdated commands.
-
Rhys Arkins authored
- Add link to config-help - Update description/benefits
- Oct 05, 2017
-
-
Rhys Arkins authored
Setting lockFileMaintenance.groupName = null will prevent the case where the user configures a repository groupName like “all” and then that group inherits the schedule of lock file maintenance. Instead, there will be renovate/all and renovate/lock-file-maintenance. Fixes #885
-
renovate[bot] authored
-
- Oct 04, 2017
-
-
Rhys Arkins authored
* fix: info message if automerge branch fails * fix snapshot
-
- Oct 03, 2017
-
-
renovate[bot] authored
-
Rhys Arkins authored
* use keyv for cache * set expiry to 5 minutes Closes #267
-
- Oct 02, 2017
-
-
Rhys Arkins authored
Previously, you might see branch names like `renovate/@types/jquery-3.x`. Now, such branches will instead be like `renovate/types-jquery-3.x`.
- Oct 01, 2017
-
-
Rhys Arkins authored
-
renovate[bot] authored
-
renovate[bot] authored
-
Rhys Arkins authored
* Update circle.yml * Update circle.yml
-
Rhys Arkins authored
yarn v1.1.0 has a bug with version resolutions, so rolling back to v1.0.2 until a fix is available. See https://github.com/yarnpkg/yarn/issues/4600 for details
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.7.3 * update lockfile
-
Rhys Arkins authored
Closes #843
-
Rhys Arkins authored
Having eslint flag prettier "errors" in editors can be rather painful. Also chose against linting staged files for prettier because I like to stage partials. Instead: - Recommended to use plugins for editors to format on save, e.g. `prettier-atom` - Prettier will be run as part of `npm test`
- Sep 29, 2017
-
-
Rhys Arkins authored
* fix: write npmrc to subdirectories with lock file * fix lint
-
Rhys Arkins authored
Fixes #849
-
Rhys Arkins authored
This feature adds support for ignoring .npmrc files in a repository. Set config option to true if you wish to ignore. Closes #851
-
Rhys Arkins authored
Previously, Renovate assumed that any yarn workspaces configuration would be in the root of the repository. Now, workspaces can be located within a subdirectory, e.g. `frontend/`. Note: Renovate still supports only one workspace per repository, please file an issue if you require more than one. Closes #842
-
- Sep 28, 2017
-
-
Rhys Arkins authored
Fixes #845
-
singapore authored
-