From 9e252c5645bb279423b345c634a2bb01f78fde46 Mon Sep 17 00:00:00 2001 From: Adrian Gallagher Date: Tue, 15 Feb 2022 16:09:11 +1100 Subject: [PATCH] Update dependabot.yml file to ignore npm updates (#889) --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92c2a666..37375808 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,10 @@ updates: interval: daily time: "19:30" open-pull-requests-limit: 10 +- package-ecosystem: npm + directory: "/web" + schedule: + interval: "weekly" + # deprecated for now as it requires a more in-depth overhaul + open-pull-requests-limit: 0 +