From d30951d4ff89450480c068cf3b7daf5e6fce0c58 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Thu, 4 Feb 2021 11:22:34 -0800 Subject: 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. --- .github/dependabot.yml | 4 ---- 1 file changed, 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" -- cgit v1.2.3-65-gdbad