From 55895ca3346f7222fb4d03a010729c39aa28a2f8 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Sat, 12 Feb 2022 10:00:17 -0800 Subject: [PATCH] Fixes for dependabot config This requires a schedule interval and should use `npm` instead of yarn. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe1c50827..d01bea7ce 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,8 @@ version: 2 updates: - - package-ecosystem: "yarn" - directory: "/**" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" allow: - dependency-type: "production" \ No newline at end of file