- Apr 18, 2018
-
-
Rhys Arkins authored
-
- Apr 12, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
renovateRepository now returns “res” - the result of the current renovation, and “status” - the overall status of the repository.
-
- Apr 10, 2018
-
- Apr 09, 2018
-
-
Ayoub Kaanich authored
-
- Apr 05, 2018
-
- Apr 04, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Closes #1786
- Apr 03, 2018
-
-
Țurcanu Dragomir authored
This hopefully gives a better chance of GitHub being able to finish computing the new mergeability status, and reduces the chance of a race condition. Closes #1617
-
- Mar 22, 2018
-
- Mar 06, 2018
-
-
Rhys Arkins authored
This reverts commit dd26a018.
-
Rhys Arkins authored
feat: validate renovate config PRs
-
AndreiMargineanu authored
Refactors all instances of .concat() to use array spread operators instead Closes #1459
-
- Mar 05, 2018
-
-
Rhys Arkins authored
Re-enables branch cleanup for multiple baseBranches
-
- Mar 03, 2018
-
-
Rhys Arkins authored
Refactors all non-npm code to live inside lib/manager/*
-
- Mar 01, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
This reverts commit c4cdfe89.
- Feb 28, 2018
-
-
Rhys Arkins authored
-
- Jan 28, 2018
-
- Jan 25, 2018
-
-
ctaepper authored
Adds a config option to bot administrators called `exposeEnv`, for cases where repositories are trusted. If set to true, the bot's full `process.env` can be used for `.npmrc` variable substitution and is passed to child processes when generating lock files. Disabled by default, including in the App.
-
- 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 30, 2017
-
- Dec 28, 2017
-
- Dec 26, 2017
-
-
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
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
-
- Nov 08, 2017
-
- Nov 05, 2017
-
-
Rhys Arkins authored
Repository logic code has been rearranged for better logic and file separation. Closes #654
-
- Nov 03, 2017
-
-
Rhys Arkins authored
This PR refactors the onboarding PR logic into its own subdirectory and redesigns it to use plain markdown instead of html. Plain markdown in PR bodies is a requirement for adding VSTS Support ( #1049 ).
-
Rhys Arkins authored
-
Rhys Arkins authored
* refactor: move monorepos logic to npm manager * fix test
-
Rhys Arkins authored
Also clarify docs that encrypted config must be contained in renovate.json (i.e. not package.json).
- Nov 01, 2017
-
-
Rhys Arkins authored
99% of the time we should not Renovate forked repositories. Previously, we skipped onboarding them unless a renovate.json was present. However, that meant that if someone forked a repository where the source was using Renovate, then the fork gets renovated automatically too. After this change, forked repositories need to set renovateFork=true in their renovate.json Closes #940 BREAKING CHANGE: Forked repositories now need to configure renovateFork=true in renovate.json
-
- Oct 25, 2017
-
-
Rhys Arkins authored
* refactor platform * refactor detect package files * fix * refactor npm detect * refactor meteor detect * refactor: move detect package files completely to manager * update snapshots
-
- Oct 23, 2017
-