- Jun 04, 2018
-
-
Rhys Arkins authored
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.
-
- May 28, 2018
-
-
renovate[bot] authored
* chore: update dependency prettier to v1.13.0 * run prettier
-
- May 17, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
This PR replaces the existing `pinVersions`, `upgradeInRange` and `versionStrategy` settings with a single one: `rangeStrategy`. Previously: - `pinVersions` could be `true` or `false`, but defaulted to `null`, which meant that Renovate would decide. `true` meant that Renovate would replace existing ranges like `^1.0.0` with an exact/pinned version such as `1.2.0`. - `upgradeInRange` could be true or false, default to false. If `true`, it would mean Renovate would replace an existing range like `^1.0.0` with something like `^1.2.0` - `versionStrategy` could be `replace` or `widen` and was mainly used for `peerDependencies` to widen existing ranges, e.g. from `^1.0.0` to `^1.0.0 || ^2.0.0` It was possible to set conflicting settings, e.g. configuring `pinVersions=true` and `upgradeInRange=true`. Now, we combine them into a single setting: `rangeStrategy`: - `auto` = Renovate decides (this will be done on a manager-by-manager basis) - `pin` = convert ranges to exact versions - `bump` = same as `upgradeInRange` previously, e.g. bump the range even if the new version satisifies the existing range - `replace` = Same as pinVersions === false && upgradeInRange === false, i.e. only replace the range if the new version falls outside it - `widen` = Same as previous versionStrategy==='widen'
-
- May 11, 2018
-
-
Martin-Louis Bright authored
-
- May 07, 2018
-
-
kitsuyui authored
- It is changed from https://renovateapp.com/docs/configuration-reference/configuration-options to https://renovatebot.com/docs/configuration-options/ Closes #1929
-
- May 01, 2018
-
-
Rhys Arkins authored
This PR deprecates the use of `packageFiles` and migrates it to `includePaths` and `packageRules`. Closes #1887
-
- Apr 30, 2018
-
-
Rhys Arkins authored
Renovate now comes with a variety of package managers supported, each with their own filename pattern(s). These patterns are now exposed for user configuration through the new `fileMatch` list/array configuration option, which has been added to each manager (npm, bazel, docker-compose, etc). `fileMatch` is defined as a mergeable list, meaning that users can add to the default pattern to extend the files being detected. Closes #799
-
Rhys Arkins authored
Rules for dep types (e.g. dependencies, devDependencies, peerDependencies, optionalDependencies) should now be done with `packageRules` and the `depTypeList` selector
-
Rhys Arkins authored
Closes #1888
-
- Apr 26, 2018
-
-
Rhys Arkins authored
Closes #1871
-
Rhys Arkins authored
-
- Apr 25, 2018
-
-
Vinh Le authored
-
- Mar 19, 2018
-
-
Elan Ruusamäe authored
-
- Mar 16, 2018
-
-
Rhys Arkins authored
Closes #1594
-
- Mar 11, 2018
-
-
Teppei Sato authored
docs: fix wrong url
-
- Mar 09, 2018
-
-
Rhys Arkins authored
-
- Mar 06, 2018
-
-
Rhys Arkins authored
docs: Improve local development information
-
- Mar 05, 2018
-
-
Rhys Arkins authored
-
- Feb 27, 2018
-
-
renovate[bot] authored
* chore: update dependency prettier to v1.11.0 * update prettier results
-
- Feb 20, 2018
-
-
Rhys Arkins authored
-
- Feb 12, 2018
-
-
Rhys Arkins authored
Closes #1510
-
- Feb 04, 2018
-
-
Sankarsan Kampa authored
The link to the configuration docs was broken. Fixed it.
-
- Feb 01, 2018
-
-
Jennie S Yip authored
`autoMerge` -> `automerge`
-
- Jan 11, 2018
-
-
Rhys Arkins authored
Instead refer to website and source code.
-
- Dec 29, 2017
-
-
Rhys Arkins authored
-
- Dec 27, 2017
-
-
Rhys Arkins authored
-
- Dec 26, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #1246
-
Rhys Arkins authored
This PR adds new checks that: - Website configuration options are listed in alphabetical order - Every relevant configuration option in source code is documented on the website Website docs have been updated accordingly to pass. Closes #543, Closes #1310
-
- Dec 25, 2017
-
-
Rhys Arkins authored
This PR adds the configuration option “commitMessageBody”. The contents of this will be appended to the commitMessage, separated by two line returns.
-
- Dec 24, 2017
-
-
Rhys Arkins authored
Now, if every upgrade in a group has the same new version, then the PR title will include this version. Closes #1332
-
Rhys Arkins authored
-
- Dec 20, 2017
-
-
Ed Morley authored
To prevent PRs being opened prior to the `unpublishSafe` check having transitioned from `pending` to `success`, when using `not-pending` mode. Fixes #1312.
-
- Dec 18, 2017
-
- Dec 14, 2017
-
- Dec 11, 2017
-
-
Rhys Arkins authored
- Remove duplicate autodiscover (fixes #1290) - Remove npm.pin.automerge=true
-