From 356f85a21e5800e27bbec6d43e35666cfcafc6c0 Mon Sep 17 00:00:00 2001 From: Deepak Prabhakara Date: Fri, 25 Nov 2022 17:09:02 +0000 Subject: [PATCH] changed dependabot interval to monthly --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..fcf1127 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ version: 2 updates: - - package-ecosystem: "npm" # 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: 'monthly'