]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix dependabot.yml file (GH-24443)
authorMariatta Wijaya <Mariatta@users.noreply.github.com>
Thu, 4 Feb 2021 19:22:34 +0000 (11:22 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Feb 2021 19:22:34 +0000 (11:22 -0800)
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

index d9cbb3c7ec38548f1af1e8edb045bfe36d6e0341..e90677b9f775a720bd397c5e835b624e4fc362de 100644 (file)
@@ -7,7 +7,3 @@ updates:
     labels:
       - "skip issue"
       - "skip news"
-    target_branch:
-      - "master"
-      - "3.9"
-      - "3.8"