From f5481c6947c2a6b77cb8c489ddabb5c1aeebc524 Mon Sep 17 00:00:00 2001 From: Hunter Richardson Date: Sat, 15 Jun 2024 21:24:34 -0500 Subject: [PATCH] Implement npm dependabot --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5990d9c..d91a92a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: 'npm' # See documentation for possible values + directory: '/' # Location of package manifests schedule: - interval: "weekly" + interval: 'weekly'