10000 Let dependabot create PRs against the maintenance branches (GH-22992) · python/cpython@0603f80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0603f80

Browse files
authored
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.
1 parent 0911411 commit 0603f80

File tree

Collapse file tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ updates:
77
labels:
88
- "skip issue"
99
- "skip news"
10+
target_branch:
11+
- "master"
12+
- "3.9"
13+
- "3.8"

0 commit comments

Comments
 (0)
0