mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
6e9c73e35a
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 |
||
---|---|---|
.. | ||
_fixtures | ||
api | ||
config | ||
logger | ||
workers | ||
.eslintrc.js | ||
chai.js | ||
renovate.spec.js |