0

In Bitbucket, is there a way to automatically merge the develop branch into a specific branch, after a commit on develop has happened?

UseCase: we have a package-updates branch which is used for renovate to update and test newer versions of the used Libraries. I want to keep this branch up to date with develop. So every time develop gets an update, the develop branch should be merged into package-updates branch.

I know there is this automerge feature in Bitbucket. But the automerge only works for defined gitflow branches.

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
  • Looks like there is something similar in this SO question: https://stackoverflow.com/questions/43954327/bitbucket-pipeline-possibility-to-merge-one-branch-to-another – Neal Donnan Oct 27 '22 at 21:53

0 Answers0