- Jun 07, 2020
-
-
Rhys Arkins authored
-
- Jun 02, 2020
-
- May 14, 2020
-
-
Rhys Arkins authored
-
- May 01, 2020
-
-
Rhys Arkins authored
-
- Apr 12, 2020
-
-
renovate[bot] authored
* chore(deps): update dependency prettier to v2 * Run prettier-fix Co-authored-by:
Renovate Bot <bot@renovateapp.com> Co-authored-by:
Jamie Magee <jamie.magee@gmail.com>
-
- Mar 02, 2020
-
-
Michael Kriese authored
-
- Feb 24, 2020
-
- Feb 13, 2020
-
- Jan 02, 2020
-
-
Sourav Das authored
-
- Oct 18, 2019
-
-
Michael Kriese authored
Co-Authored-By:
Jamie Magee <JamieMagee@users.noreply.github.com>
-
- Sep 10, 2019
-
- Sep 09, 2019
-
-
Rhys Arkins authored
This reverts commit b5c9dc8e.
-
- Jul 17, 2019
-
-
Michael Kriese authored
-
- Jul 15, 2019
-
- Apr 30, 2019
-
-
Rhys Arkins authored
A file that matches any of these glob patterns will not be committed, even if it has been updated.
- Feb 25, 2019
-
-
Rhys Arkins authored
Closes #3123
-
- Feb 09, 2019
-
-
Rhys Arkins authored
-
- Oct 26, 2018
-
-
Rhys Arkins authored
Adds support to run Renovate like “renovate owner/repo —dry-run”. Instead of creating branches, PRs or comments, an INFO level dry run message will be logged each time instead. Closes #1399
-
- Sep 28, 2018
-
- Sep 24, 2018
-
-
Rhys Arkins authored
-
- Aug 23, 2018
-
-
Rhys Arkins authored
-
- Jun 27, 2018
-
-
Rhys Arkins authored
Refactors platforms to take the admin-only `gitAuthor` and `gitPrivateKey` values during repository initialisation instead of during file commits.
-
- Jun 04, 2018
-
-
Connor Brathwaite authored
Closes #1764
-
- 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 06, 2018
-
-
Rhys Arkins authored
This reverts commit dd26a018.
-
AndreiMargineanu authored
Refactors all instances of .concat() to use array spread operators instead Closes #1459
-
- Feb 11, 2018
-
-
Adam Moss authored
Compile the semanticCommitScope with handlebars to ensure any substitutions such as {{depName}} are correctly parsed and replaced. Closes #1504 Signed-off-by:
Adam Moss <adam.moss@bcs.org.uk>
- 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
-
- 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 09, 2017
-
-
Rhys Arkins authored
This feature enables signing of git commits on GitHub. To achieve this, Renovate must be configured with a gitPrivateKey in format supported by openpgp. There must also be a gitAuthor configured to enable this feature. Closes #897
-
Rhys Arkins authored
This PR adds the capability to specify a custom author for git commits on GitHub. Setting this field will mean GitHub uses this value for author and commit instead of the token’s identity. For instance if you are running hosted mode you may set the gitAuthor to “Renovate Bot <bot@renovate.com>” to have commits appear as coming from the renovate-bot account.
-
- Nov 27, 2017
-
-
Rhys Arkins authored
This handles case where checking for lock file maintenance but lock file is up-to-date.
-
- Nov 24, 2017
-
- Nov 08, 2017
-
- Nov 07, 2017
-