We have the following dependabot.yml config:-
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/app"
target-branch: "develop"
schedule:
interval: "daily"
Around 60% of the PRs that dependabot opens however, are against our master branch. When I try changing the base branch to develop and re-running dependabot rebase or recreate, it flips the branch back to master.
I read that dependabot sometimes opens security PRs against master, but if that's the case - what's the point in the config file?