- Jun 29, 2018
-
-
Marvin Altemeier authored
Fixes call to Gitlab API. Settings require direct path to API, the fixed string doubled it
-
Rhys Arkins authored
Initially docker versioning is just a node semver wrapper, but it will later be expanded with custom support for docker-specific version tags.
-
Rhys Arkins authored
Manually finds and massages node updates in Docker, Docker Compose and Circle CI so that they should take on the same “renovate/node-8.x” style branch naming. The goal is to unify all node updates into a single branch.
- Jun 28, 2018
-
-
Renovate Bot authored
-
Rhys Arkins authored
Adds support for lock file maintenance when lerna is in use. Closes #1974
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Raises an additional log file warning whenever lock file errors persist for a day or longer. The idea of this is that temporary errors - e.g. caused by npmjs itself - should not disturb the user. 1 day seems like a reasonable time for multiple attemps to be made first, assuming it has been scheduled. Once this is tested in production for a little while and no unexpected problems, it will be converted to actually raise a config warning issue in the repo to get user attention.
-
Rhys Arkins authored
Renames "date" and "time" values from datasources to instead be "releaseTimestamp".
-
Rhys Arkins authored
If gitAuthor is configured, checks that a PR’s commit matches. If not, it is assumed that someone else force pushed to the repo and we should not rebase it. Closes #2169
-
- 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.
-
Rhys Arkins authored
Previously we were missing out cases like `app/package.json` if the workspaces packages were defined like `[“packages/*”, “app/“]`. Fixes #2186
-
Dragomir Țurcanu authored
fix: Shortened the URLs in the GitLab wrapper
-
Rhys Arkins authored
-
Rhys Arkins authored
Fixes #2180
-
- Jun 26, 2018
-
-
Rhys Arkins authored
-
Rhys Arkins authored
This deprecates branch-push and branch-merge-commit automergeTypes and replaces with “branch”, which has the same behaviour as the previous branch-push. BREAKING CHANGE: branch-merge-commit automergeType behaviour is no longer supported, all branch automerges now use branch push approach.
-
Rhys Arkins authored
-
Rhys Arkins authored
Changes gitAuthor to be an admin-only setting, i.e. configurable by bot admin and not by repo admin. BREAKING CHANGE: gitAuthor can no longer be configured in repository config and can be set by bot admin only.
-
Renovate Bot authored
-
Renovate Bot authored
-
Rhys Arkins authored
-
Rhys Arkins authored
For very large repositories, recursing through the entire repo can be very time consuming. Bot admins can now disable file list recursion by setting the env `RENOVATE_DISABLE_FILE_RECURSION=true`. Then only files within the root directory of repositories will be found. Closes #2172
-
Rhys Arkins authored
Updates renovateapp -> renovatebot
-
Rhys Arkins authored
This fixes a race condition where if someone merged multiple PRs in a row then a renovation-in-progress would get confused and post a “PR has been edited” message to an already-merged PR. Closes #2115
- Jun 25, 2018
-
-
Rhys Arkins authored
Closes #2165
-
Rhys Arkins authored
-
Tom Kerkhove authored