From 9403711099b7b7a41a4c07caadb3ba00248d928b Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 5 Jul 2021 18:02:43 +0530 Subject: [PATCH] [deps] Configure dependabot for npm deps --- .github/dependabot.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1f5583421307..013bcc98c00e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,11 @@ version: 2 updates: - package-ecosystem: "bundler" vendor: true - directory: "/" # Location of package manifests + directory: "/" schedule: - interval: "daily" + interval: "weekly" + - package-ecosystem: "npm" + vendor: false + directory: "/_plugins" + schedule: + interval: "weekly"