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.
This commit is contained in:
parent
0911411e0c
commit
0603f8087a
|
@ -7,3 +7,7 @@ updates:
|
||||||
labels:
|
labels:
|
||||||
- "skip issue"
|
- "skip issue"
|
||||||
- "skip news"
|
- "skip news"
|
||||||
|
target_branch:
|
||||||
|
- "master"
|
||||||
|
- "3.9"
|
||||||
|
- "3.8"
|
||||||
|
|
Loading…
Reference in New Issue