diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2020-12-15 19:04:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 19:04:55 (GMT) |
commit | 0603f8087abab4d56fd275051ab3fd76a477539a (patch) | |
tree | 9b509246c7ba5f983311c22de9cddda686efdc4f /.github | |
parent | 0911411e0cee4f2bd6906aeece83d2e6ba3c38c0 (diff) | |
download | cpython-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.
Diffstat (limited to '.github')
-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 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" |