From 83cda0e2f8356ed53f76b60a05071fc9cfdd303c Mon Sep 17 00:00:00 2001 From: Collin Barrett Date: Sun, 5 Nov 2023 14:18:06 -0600 Subject: [PATCH] =?UTF-8?q?fix(web):=20=F0=9F=90=9B=20vNext=20depbot=20con?= =?UTF-8?q?fig=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7acd83443..e73633f6c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,8 +28,8 @@ updates: directory: /web schedule: interval: daily -- package-ecosystem: npm + - package-ecosystem: npm directory: /web schedule: interval: daily - target-branch: "vNext" \ No newline at end of file + target-branch: vNext \ No newline at end of file