With the following dependabot.yml:
version: 2
updates:
# Updates for JS
- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"
target-branch: "develop"
- package-ecosystem: "npm"
directory: "/deployment"
schedule:
interval: "daily"
target-branch: "develop"
# Updates for Java
- package-ecosystem: "gradle"
directory: "/api"
schedule:
interval: "daily"
target-branch: "develop"
Dependabot is creating PRs against master instead of develop as seen here:

even within the same directory as in:


With the following
dependabot.yml:Dependabot is creating PRs against

masterinstead ofdevelopas seen here:even within the same directory as in: