From 0603f8087abab4d56fd275051ab3fd76a477539a Mon Sep 17 00:00:00 2001 From: Mariatta Date: Tue, 15 Dec 2020 11:04:55 -0800 Subject: 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. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) 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" -- cgit v0.12