From 7b69353db0583130ec859e14d09805537d93f8e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Tue, 14 Feb 2023 15:02:54 +0100 Subject: [PATCH] TASK: Remove target branch in dependabot config 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. --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f00a4259b0..64a41b6fd8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,6 @@ updates: directory: "/" schedule: interval: "daily" - target-branch: "7.3" open-pull-requests-limit: 0 labels: - "security"