From 9771d0c9cdc9b0d88429a5ed16417f3a0362fbde Mon Sep 17 00:00:00 2001 From: John Losito Date: Tue, 20 Apr 2021 14:42:48 -0400 Subject: [PATCH] Allow dependabot to check node modules (#87) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aff82a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly"