From: Mariatta Wijaya Date: Thu, 4 Feb 2021 19:22:34 +0000 (-0800) Subject: Fix dependabot.yml file (GH-24443) X-Git-Tag: v3.10.0a6~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d30951d4ff89450480c068cf3b7daf5e6fce0c58;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9cbb3c7ec38..e90677b9f775 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"