From f05e92562e6f9f5275bdf9fbc930eebd92f0f572 Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Thu, 29 Jul 2021 11:03:26 -0400 Subject: [PATCH] Add configuration for `/website` using NPM --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8a46b1d52..2a391771f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,5 +6,9 @@ updates: interval: daily - package-ecosystem: npm directory: "/ui" + schedule: + interval: daily +- package-ecosystem: npm + directory: "/website" schedule: interval: daily \ No newline at end of file