From 906179557d026f740cf797609947fa98127a898f Mon Sep 17 00:00:00 2001 From: Volodymyr Smirnov Date: Thu, 29 Oct 2020 16:16:27 +0200 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..77924cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/MalwareMultiScan.Ui" + schedule: + interval: "daily" + + - package-ecosystem: "nuget" + directory: "/" + schedule: + interval: "daily"