- Nov 08, 2017
-
- Nov 07, 2017
-
-
renovate[bot] authored
-
renovate[bot] authored
* chore(deps): update dependency prettier to v1.8.0 * reformat
-
- Nov 06, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
This PR adds support for 'AS' names in Dockerfiles. e.g. `FROM node:8 AS base`. It also adds logic to detect and ignore - for now - any image sources from custom registries.
- Nov 05, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
Refactors file system of platforms and adds test to ensure GitHub and GitLab have same module.exports signatures.
-
Rhys Arkins authored
Repository logic code has been rearranged for better logic and file separation. Closes #654
- Nov 03, 2017
-
-
Rhys Arkins authored
By searching for the *original* value, this caused problems if a tag gets updated multiple times in the same PR. Closes #1050 hopefully for the last time
-
Rhys Arkins authored
-
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).
-
Rhys Arkins authored
-
Rhys Arkins authored
This was necessary when attempting to use jest mock all
-
Rhys Arkins authored
Renovate already detects PRs mistakenly closed during a certain time period when a bug was present. Now, it will rename those so that they are no longer detected and the ignore code does not have to remain indefinitely.
- Nov 02, 2017
-
-
Rhys Arkins authored
This allows parameter substitution to work correctly (undefined is replace, null is not). Closes #1076
- Nov 01, 2017
-
-
renovate[bot] authored
-
Rhys Arkins authored
This refactor means that createPr now takes `labels` as a new parameter so that the GitLab API can include them with the MR creation request, so save one API call. This also fixes #985 as a result.
-
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
-
Rhys Arkins authored