diff options
author | Mariatta Wijaya <Mariatta@users.noreply.github.com> | 2021-02-04 11:22:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 11:22:34 -0800 |
commit | d30951d4ff89450480c068cf3b7daf5e6fce0c58 (patch) | |
tree | 88e0efd62ef59217fc1bf688de2ab730034a869c | |
parent | bpo-43106: Add os.O_EVTONLY/O_FSYNC/O_SYMLINK/O_NOFOLLOW_ANY (GH-24428) (diff) | |
download | cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.tar.gz cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.tar.bz2 cpython-d30951d4ff89450480c068cf3b7daf5e6fce0c58.zip |
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 d9cbb3c7ec3..e90677b9f77 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" |