diff options
author | Mariatta Wijaya <Mariatta@users.noreply.github.com> | 2021-02-04 19:22:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 19:22:34 (GMT) |
commit | d30951d4ff89450480c068cf3b7daf5e6fce0c58 (patch) | |
tree | 88e0efd62ef59217fc1bf688de2ab730034a869c | |
parent | f917c243c52d62a787738379fb9b97acbed02c17 (diff) | |
download | cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.zip cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.tar.gz cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.tar.bz2 |
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.
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9cbb3c..e90677b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,7 +7,3 @@ updates: labels: - "skip issue" - "skip news" - target_branch: - - "master" - - "3.9" - - "3.8" |