diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2020-10-26 14:53:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 14:53:21 -0700 |
commit | 46e39ff1f8dffaea8cf1e750cd7d170c2a49558b (patch) | |
tree | 66400b9c8a0b87d031c4276d5be804b8f354bc3a | |
parent | 47e1afd2a1793b5818a16c41307a4ce976331649 (diff) | |
download | cpython-git-46e39ff1f8dffaea8cf1e750cd7d170c2a49558b.tar.gz |
Let dependabot create PRs against the maintenance branchesMariatta-patch-2
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |