mirror of https://github.com/python/cpython
Fix dependabot.yml file (GH-24443)
The `target-branch` field doesn't seem to support array. Since it defaults to the default branch anyway, we should just remove the `target-branch` field from the config.
This commit is contained in:
parent
f917c243c5
commit
d30951d4ff
|
@ -7,7 +7,3 @@ updates:
|
|||
labels:
|
||||
- "skip issue"
|
||||
- "skip news"
|
||||
target_branch:
|
||||
- "master"
|
||||
- "3.9"
|
||||
- "3.8"
|
||||
|
|
Loading…
Reference in New Issue