From 437ff589155421af217eaacccf446dc3dc4ee18f Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 26 Jan 2021 15:41:03 +0530 Subject: [PATCH] Add dependabot --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..e1eab5a7 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file