Skip to content

Commit

Permalink
TASK: Remove target branch in dependabot config
Browse files Browse the repository at this point in the history
We get non security pull requests from Dependabot and that in the wrong branch.
After a chat with a GitHub product manager, the issue seems to be that the open-pull-requests-limit config does not work with target branch together.

So, we remove that now and hope that the docs and the pm are right, and we just get security PRs.
  • Loading branch information
markusguenther authored Feb 14, 2023
1 parent 46b29e1 commit 7b69353
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "7.3"
open-pull-requests-limit: 0
labels:
- "security"
Expand Down

0 comments on commit 7b69353

Please sign in to comment.