- Jul 08, 2017
-
-
Rhys Arkins authored
Renovate will now ignore any package.json files found within node_modules folders, with the option to disable this functionality by setting config.ignoreNodeModules=false.
-
Rhys Arkins authored
Closes #369
-
- Jul 07, 2017
-
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
Renovate will now "maintain" npm@5's `package-lock.json` files on the same schedule as existing `yarn.lock` maintenance. Closes #470
-
Rhys Arkins authored
-
Rhys Arkins authored
-
Rhys Arkins authored
This allows for improvements to renovate’s default renovate.json to be passed on to users who haven’t merged or modified their Configure Renovate PR. Closes #465
-
Rhys Arkins authored
Better describe renovate.json and if/when it needs to be added.
-
Rhys Arkins authored
When onboarding, retrieve the most recent commits from the repository and use https://github.com/conventional-changelog/conventional-commits-detector to parse the commit messages to detect if any conventional commit approach is being used. Closes #462
-
Rhys Arkins authored
Schedule logic has been refactored to enable the pruning of all orphan branches. Now, schedules aren't checked at package-time, instead package upgrades are queued regardless of schedule. At branch time, it is checked whether the *branch* is scheduled and then the branch is not created/updated if it's off-schedule. This enables the repository worker to know all possible branches and hence be able to determine which remaining branches in the repository are "orphans" to be deleted. Closes #428, Closes #426
-
- Jul 06, 2017
-
-
Rhys Arkins authored
This has been broken since the upgrade to got 7.x Closes #456
-
Rhys Arkins authored
Closes #417
-
Rhys Arkins authored
All PRs/branches will be shown in onboarding even if they have been scheduled for another day or time, providing a "full view" in the onboarding. Closes #429
-
Rhys Arkins authored
baseBranch is now used when computing the onboarding description in 'Configure Renovate' PR.
-
Rhys Arkins authored
Closes #450
-
Rhys Arkins authored
-
Rhys Arkins authored
This allows the onboarding PR to share the grouping logic and not have to duplicate it.
-
Rhys Arkins authored
Collaborator rarkins commented 14 hours ago Base branch for Pull Requests is now configurable via a new baseBranch configuration option. To take effect, this much be present in the default branch (e.g. master in most cases) so that it can be discovered and used. See FAQ for more details. Closes #443
-
- Jul 05, 2017
-
-
Rhys Arkins authored
This pinned yarn version prevents newer or older versions of yarn from installing renovate.
-
Rhys Arkins authored
Might help #445
-
Rhys Arkins authored
A separate routine is run after branch creation to detect any branches that should be deleted. A branch will be removed if: - It was not created by renovate in the last run, AND - It has no PR, or its corresponding PR is not mergeable Closes #426, Closes #428
-
Rhys Arkins authored
Closes #425
-
Rhys Arkins authored
Errors in PRs are expanded to include: - If renovate.json parsing fails - If an empty or unparseable package.json was found Closes #435
-
Rhys Arkins authored
This starts off [#359](https://github.com/singapore/renovate/issues/359) (configurable status checks) but only implements one sub-feature of it: disabling status checks to allow automerge if tests fail or if no tests are present.
-
- Jul 04, 2017
-
-
Rhys Arkins authored
* fix: Detect undefined commit.author Closes #409 * refactor author check * Add debug * Update test
-
Rhys Arkins authored
Closes #427
-
Rhys Arkins authored
If errors or warnings are present, they will be displayed in the PR body of all PRs now (not just onboarding). Closes #431
-
Rhys Arkins authored
Warnings and Errors are bubbled up when renovating a repository, together with the existing upgrades. The Onboarding PR ("Configure Renovate") now displays them and encourages the user to fix before merging/closing the PR. Closes #414
-
- Jul 03, 2017
-
-
Rhys Arkins authored
* Add package phase * Rename phase to stage
-
The Gitter Badger authored
* Add Gitter badge * Update readme.md