- Jan 10, 2018
-
-
Rhys Arkins authored
Lets author take precedence over committer, in case users edit PRs and commit Renovate’s commit back themselves. Fixes #1364
-
Rhys Arkins authored
-
- Jan 09, 2018
-
- Jan 08, 2018
-
-
Rhys Arkins authored
Instead of checking for config.repoIsOnboarded, just check for the onboarding PR and reverse the logic. Closes #1339
-
Renovate Bot authored
-
Jahred Hope authored
This change allows unit tests that don't set a timezone to refer to the local time. Closes #1353
- Jan 06, 2018
-
-
Rhys Arkins authored
‘*’ is actually an invalid regex so fails, however many people might make this mistake so it’s easier to just allow it.
-
- 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
-