From 4434c6b3bce2daf75a236de0f9cfb951df9d288d Mon Sep 17 00:00:00 2001 From: Jacob Parker Date: Thu, 18 Jun 2020 16:36:11 -0400 Subject: [PATCH] Fix dependabot.yml more (#40) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 800200e..eda413c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,4 +2,5 @@ version: 2 updates: - package-ecosystem: "npm" directory: / - schedule: daily + schedule: + interval: daily