From 10f4724b6babe7fc313801924d50a5ec854e7134 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 15 Mar 2024 12:17:15 +0000 Subject: Dependabot requires that the target-branch is a string. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc9d9fad9..b6d169b00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,4 @@ updates: directory: / schedule: interval: monthly - target-branch: 2.1 + target-branch: "2.1" -- cgit