spring-cloud/spring-cloud-app-broker

Add target branch to dependabot PR title

abelsromero opened this issue · 3 comments

This helps to managing the same bump for multiple branches or identifying bumps that should not be accepted.
Only requires adding this configuration

    commit-message:
      prefix: "(v2.0.x)"

Thank you for making this an issue as it gave me a chance to look into GitHub PR flow from an open source project!

I made separate pull requests for each branch adding the commit message prefixes for each, I hope that is the correct way of doing this. I wasn't sure if I should also do the commit messages for 1.2.x, 1.1.x, and 1.0.x.

Closed with #792