From: Mariatta Date: Tue, 15 Dec 2020 19:04:55 +0000 (-0800) Subject: Let dependabot create PRs against the maintenance branches (GH-22992) X-Git-Tag: v3.10.0a4~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0603f8087abab4d56fd275051ab3fd76a477539a;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e90677b9f775..d9cbb3c7ec38 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"