- Jul 17, 2018
-
- Jul 13, 2018
-
-
Rhys Arkins authored
Pin dependencies PRs can hold up other PRs, so should not be restricted by configured schedules. Relevant to https://github.com/renovatebot/config-help/issues/64
-
Rhys Arkins authored
Previously if there were any “pin” updates then that would block all non-pin updates until the pin one was merged. However, this doesn’t make sense if the other PR is for an unrelated dependency. Closes https://github.com/renovatebot/config-help/issues/64
-
- Jul 09, 2018
-
-
Rhys Arkins authored
-
- Jul 05, 2018
-
- Jul 02, 2018
-
-
Rhys Arkins authored
When generating a branch’s config, iterate through all upgrades and set automerge=true for the branch only if all upgrades have automerge=true. Similarly, set canBeUnpublished=true if ANY upgrade can be unPublished. Closes #1999
-
- Jun 28, 2018
-
- Jun 04, 2018
-
-
Rhys Arkins authored
Renames currentVersion to currentValue, newVersion to newValue, newVersionMajor to newMajor, and newVersionMinor to newMinor.
-
- May 07, 2018
-
- Apr 18, 2018
-
- Apr 17, 2018
-
-
Rhys Arkins authored
This PR refactors `branchName`, `commitMessage` and `prTitle` so that they are more easily editable and hopefully more understandable. By breaking each up into subsections, users can modify one part without needing to copy/paste the entire string. Directly editing any of these fields will now be deprecated and a warning issued.
- Mar 28, 2018
-
- Mar 17, 2018
-
-
Rhys Arkins authored
Closes #1652
-
- Mar 13, 2018
-
-
Rhys Arkins authored
Closes #1652
-
- Mar 12, 2018
-
- Mar 03, 2018
-
-
Rhys Arkins authored
Updates travis config and logic to use same variables as for other managers. This fixes the onboarding PR. Fixes #1551
-
- Jan 12, 2018
-
-
Rhys Arkins authored
This PR adds the capability to renovate more than one base branch at a time. For instance, a project may have their released `3.x` version on `master`, while an upcoming `4.x` is being prepared using branch `next`. `4.x` might have a quite different set of dependencies (e.g. some removed or some added) so it's not appropriate to only target `master` and keep rebasing, as it will get messy. Instead, it's necessary to target both `master` and `next` to keep both updated. Closes #1279
-
- Jan 10, 2018
-
-
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
-
- 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
-
- Nov 24, 2017
-
- Nov 08, 2017
-
- Nov 07, 2017
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.8.0 * reformat
-
- Nov 05, 2017
-
-
Rhys Arkins authored
Repository logic code has been rearranged for better logic and file separation. Closes #654
-