Create dependabot.yml

This commit is contained in:
Volodymyr Smirnov 2020-10-29 16:16:27 +02:00 committed by GitHub
parent 149ace39dd
commit 906179557d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/MalwareMultiScan.Ui"
schedule:
interval: "daily"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"