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.