- Dec 31, 2017
-
- Dec 30, 2017
-
-
Rhys Arkins authored
Detect npmrc in root of repo and make sure it’s set early. Also ensure npmrc is reset at start of each run if necessary. Helps #1335
- Dec 29, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Adds new configuration option “pathRules”. pathRules is an array of path rules. Each rule should contain a “paths” array which uses string or glob matching like the existing ignorePaths. If any of the paths in a rule matches a packageFile then the remaining configuration from the rule is applied to the packageFile.
- Dec 28, 2017
-
-
Rhys Arkins authored
If branch automerge *previously* failed, then still make sure we are keeping the PR up to date. Closes #1336
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
- Dec 27, 2017
-
-
Rhys Arkins authored
Previously, Renovate would attempt to keep a branch up to date even if users had edited it. e.g. adding commits on top of the existing branch if newer versions were released. Now, Renovate adds a warning comment if a user has edited a branch, making it clear that responsibility for the branch is over to them and how they can undo this. Closes #653
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Dec 26, 2017
-
-
Rhys Arkins authored
Deduplicate changelogs in monorepo PRs. i.e. the same monorepo won’t be included more than once.
-
Rhys Arkins authored
This reverts commit eb579ff3. For some reason it seems to be causing a reduction in throughput per hour in the app once deployed.
-
Rhys Arkins authored
-
Rhys Arkins authored
When 404 or 422 errors are encountered writing updates, Renovate will now restart in an attempt to fix it. Usually this is because branches/PRs have been edited or closed while Renovate is running. Closes #1299
-
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.
-
Rhys Arkins authored
Detect if the upgraded dependency was already in “resolutions” and update it too if it was an exact match. Warn if it was not. Closes #1318
-
Rhys Arkins authored
Closes #1334
-
Rhys Arkins authored
Closes #1311
-
Rhys Arkins authored
-
Rhys Arkins authored
-
- Dec 24, 2017
-
-
Rhys Arkins authored
-
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
-
Renovate Bot authored