From dd41fd26e05b7801e600854faf85b8777288963a Mon Sep 17 00:00:00 2001 From: David Liu Date: Fri, 2 Aug 2024 21:30:53 -0400 Subject: [PATCH] Fix formatting of dependabot.yml --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 07dd5001..205f23d4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ version: 2 updates: - - package-ecosystem: "npm" # See documentation for possible values - directories: # Location of package manifests - - "/" - - "/demo" - - "/docs" - - "/memory-viz" - schedule: - interval: "monthly" + - package-ecosystem: "npm" # See documentation for possible values + directories: # Location of package manifests + - "/" + - "/demo" + - "/docs" + - "/memory-viz" + schedule: + interval: "monthly"