Skip to content
Snippets Groups Projects
  1. Sep 14, 2017
  2. Sep 13, 2017
  3. Sep 12, 2017
  4. Sep 11, 2017
  5. Sep 08, 2017
  6. Sep 07, 2017
  7. Sep 03, 2017
  8. Sep 02, 2017
  9. Sep 01, 2017
  10. Aug 31, 2017
  11. Aug 29, 2017
  12. 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
Loading