From 46e39ff1f8dffaea8cf1e750cd7d170c2a49558b Mon Sep 17 00:00:00 2001 From: Mariatta Date: Mon, 26 Oct 2020 14:53:21 -0700 Subject: Let dependabot create PRs against the maintenance branches --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e90677b9f7..d9cbb3c7ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,7 @@ updates: labels: - "skip issue" - "skip news" + target_branch: + - "master" + - "3.9" + - "3.8" -- cgit v1.2.1