From 304da0c97d5abe134f8f9b65850c940e02fdac0d Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 2 Sep 2021 00:01:41 -0600 Subject: [PATCH] Change to monthly dependabot checks --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8abca40..fe250eb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "daily" + interval: "monthly"