Skip to content
Snippets Groups Projects
  1. Nov 16, 2017
  2. Nov 10, 2017
  3. Nov 08, 2017
  4. Nov 07, 2017
  5. Oct 25, 2017
  6. Oct 21, 2017
  7. Oct 20, 2017
  8. Oct 19, 2017
  9. Oct 18, 2017
  10. Oct 13, 2017
    • Rhys Arkins's avatar
      feat: keep branches/PRs updated when out of schedule (#926) · 1a174226
      Rhys Arkins authored
      By default, Renovate will now continue *updating* - but not creating - branches even if off-schedule. This applies to features such as (a) rebasing branches if master changes, (b) updating if new version comes, (c) creating PRs if tests pass, (d) automerging. It is planned that (b) will be configurable in a future feature. To disable this behaviour altogether, set updateNotScheduled to false.
      
      Closes #879
  11. Oct 05, 2017
  12. Sep 02, 2017
  13. Aug 28, 2017
    • Rhys Arkins's avatar
      feat: restart repo renovate after automerge (#751) · 6e9c73e3
      Rhys Arkins authored
      Previously, the automerge feature was causing some undesirable behaviour when multiple branches were open at the same time. Example: #707. The main problem is that other branches will still be calculated based on the original `package.json` contents and not the post-merge contents. The simplest solution seems to be:
      - Stop all subsequent branch processing after any automerge
      - Restart repository renovation
      This continues until no branch has automerged in a cycle.
      
      Closes #750
  14. Aug 27, 2017
  15. Aug 26, 2017
  16. Aug 24, 2017
  17. Aug 22, 2017
  18. Aug 21, 2017
  19. Aug 14, 2017
  20. Aug 08, 2017
  21. Aug 07, 2017
  22. Aug 06, 2017
  23. Aug 05, 2017
  24. Aug 04, 2017
  25. Aug 03, 2017
  26. Jul 25, 2017
  27. Jul 24, 2017
  28. Jul 21, 2017
Loading