- Sep 23, 2017
-
- Sep 22, 2017
-
-
Rhys Arkins authored
* fix: add upgrade and branch timings to log Adds timing logs for upgrade detection + branch updating stages. Closes #821 * improve request retry logging
-
- Sep 21, 2017
-
-
renovate[bot] authored
-
- Sep 20, 2017
-
-
Rhys Arkins authored
`npm` and `yarn` lockfile generation use promisified child process `exec` now instead of `spawnSync`.
-
Rhys Arkins authored
This fix improves the way Renovate detects embedded/installed npm and yarn. It tries: - locally installed npm or yarn - npm or yarn embedded inside globally installed renovate - globally installed npm or yarn - global `yarn` or `npm` commands as fallback Fixes #824
-
- Sep 19, 2017
-
- Sep 18, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
-
renovate[bot] authored
-
- Sep 16, 2017
-
-
renovate[bot] authored
-
- Sep 15, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.6.1 * chore(deps): update dependency prettier to v1.7.0 * run lint
-
renovate[bot] authored
* chore(deps): update dependency eslint-config-airbnb-base to v12.0.0 * fix lint
-
- Sep 14, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
* install npm from npm * use embedded npm and remove versions checking
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate will now depend on yarn like any other dependency and call this version directly, instead of having an embedded version. This will allow us to "renovate" the yarn version we use too.
-
renovate[bot] authored
-
renovate[bot] authored
-
Rhys Arkins authored
- Any package names not matching valid pattern will be rewritten to “dummy” - “engines” and “scripts” fields will be completely removed Closes #801, Closes #784
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
This feature adds initial support for renovating Dockerfiles. Renovate now: - Detects all `Dockerfile`s in repo - Searches for `FROM x` in first non-comment line, breaks x into image, tag, digest - Queries public Docker registry for image:tag combination to find latest digest - Patches Dockerfile if necessary - Creates branches/PRs as like with npm Closes #795
- Sep 13, 2017
-
-
Rhys Arkins authored
* fix eslint configuration * run eslint fix
-
Rhys Arkins authored
-