From b59cec406c9290f4cca4a07e281ec6984a4b1304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 7 Oct 2020 14:47:09 +0200 Subject: [PATCH] Fix dependabot branch config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index adb561f5c..1679dfa93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ version: 2 updates: - package-ecosystem: npm directory: "/" - target_branch: "master" + target-branch: "master" schedule: interval: weekly day: saturday @@ -14,7 +14,7 @@ updates: - jakobroehrl - package-ecosystem: npm directory: "/" - target_branch: "stable1.1" + target-branch: "stable1.1" schedule: interval: weekly day: saturday