- Jan 10, 2018
-
-
Matt R. Wilson authored
Fixes https://github.com/renovateapp/renovate/issues/1371.
-
Rhys Arkins authored
By stripping ‘types/ from the branch name, package x and @types/x then become automatically combined in the same PR. We then massage it a little to ensure the decription for the non-types package is used, and a note added saying that types is included. Closes #1365
-
Renovate Bot authored
-
Renovate Bot authored
-
Renovate Bot authored
-
Rhys Arkins authored
commit 7e15d3d488c927df2f11f728f35d493e2821477d Author: Rhys Arkins <rhys@arkins.net> Date: Wed Jan 10 14:26:44 2018 +0100 Revert "refactor: use _auth= when migrating npm tokens" This reverts commit 4a2fdd04.
-
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.
-