summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2020-12-15 19:04:55 (GMT)
committerGitHub <noreply@github.com>2020-12-15 19:04:55 (GMT)
commit0603f8087abab4d56fd275051ab3fd76a477539a (patch)
tree9b509246c7ba5f983311c22de9cddda686efdc4f
parent0911411e0cee4f2bd6906aeece83d2e6ba3c38c0 (diff)
downloadcpython-0603f8087abab4d56fd275051ab3fd76a477539a.zip
cpython-0603f8087abab4d56fd275051ab3fd76a477539a.tar.gz
cpython-0603f8087abab4d56fd275051ab3fd76a477539a.tar.bz2
Let dependabot create PRs against the maintenance branches (GH-22992)
With this, we don't have to manually trigger backport whenever there is update to GitHub Actions dependencies.
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index e90677b..d9cbb3c 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"