- Jan 24, 2018
-
-
Rhys Arkins authored
Adds new config option `versionStrategy` that allows config to override Renovate’s autodetection of when to “widen” an existing semver range, and when to “replace”.
-
Rhys Arkins authored
Enables peerDependencies renovation by default, now that complex semver ranges can be upgraded.
-
Rhys Arkins authored
Adds support for ranges, such as `”1.x - 2.x”`. Adds support for widening .x ranges, e.g. `”1.x || 2.x”` becomes updated to `”1.x || 2.x || 3.x”`. Closes #687
-
Rhys Arkins authored
When an “or” semver (e.g. “react”: “^14.4.0 || ^15.0.0”) is found, we now widen it. e.g. the result will be “^14.4.0 || ^15.0.0”.
-
Rhys Arkins authored
Adds support for "less than" semver, and for complex semver values that end in "less than" e.g. ">= 1.0.0 < 2.0.0". Also supports complex semver values that end in "less than or equal to", although they make a lot less sense, e.g. ">= 1.0.0 <= 2.0.0". Closes #1433
-
Rhys Arkins authored
This stops HTML substitution from occurring
-
- Jan 23, 2018
-
-
Rhys Arkins authored
Detects any greenkeeper configuration fields and migrates them to Renovate’s config during onboarding. Closes #1429
-
Rhys Arkins authored
Changes the way Renovate treats renovate config inside `package.json` files. Before, config used to be applied only to that particular file, meaning that it was not applied for the rest of a monorepo, or for other package managers like Docker. Now, any `renovate` section inside the repository’s root `package.json` will be applied globally, just the sams as if it were contained within a `renovate.json` file. This means there is no longer any case where you *must* have a `renovate.json` file instead of `package.json`. Closes #1323 BREAKING CHANGE: renovate config in `./package.json` is now applied to whole repository, and renovate config inside non-root `package.json` files is now ignored.
- Jan 22, 2018
-
-
Rhys Arkins authored
This reverts commit 1aba7c79. Fixes #1425
- Jan 21, 2018
-
-
Rhys Arkins authored
Renovate now aborts processing of repositories if for any 4xx responses except 401 and 404, and also for 200 OK responses which are unparseable. Closes #1341
-
Renovate Bot authored
- Jan 20, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
Closes #1351
-
Rhys Arkins authored
This reverts commit 58716ff3.
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #1380
-
Rhys Arkins authored
Adds a new configuration option that allows you to bump the version number in the package.json being updated. e.g. you might configure Renovate to bump a patch every time, or maybe for dependencies only and not devDependencies. e.g. if you configure `"bumpVersion": "patch"` then a Renovate PR updating a `package.json` that used to be version `1.2.1` will now see it updated to `1.2.2` (in addition to the dependency version(s) being updated too). Thanks to @gunar for the feature suggestion. Closes #861
-
Rhys Arkins authored
-
Renovate Bot authored
-
- Jan 19, 2018
-
-
Rhys Arkins authored
Closes #1396, adds reference to comments by @LinusU
-
Rhys Arkins authored
Closes #1405
-
Rhys Arkins authored
Adds support for multiple FROM statements within a Dockerfile. Thanks to @reicheltp for regex inspiration. Closes #1011
-
Rhys Arkins authored
Closes #1408
- Jan 18, 2018
-
-
Rhys Arkins authored
- Jan 17, 2018
-
-
Rhys Arkins authored
Allow for both comment lines or empty lines prior to FROM in Dockerfile
-
Rhys Arkins authored
-
Rhys Arkins authored
-