From 4ddc26fc089cd6718114de15fa7005a05a5290c9 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 25 Aug 2021 12:56:50 -0400 Subject: [PATCH] Add `dependabot.yml` for automatic security updates --- .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 0000000000..f5cc000bd1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: "/install" + schedule: + interval: daily