Create dependabot.yml

cshd
Miikka 2020-08-16 19:12:22 +03:00 committed by GitHub
parent d6348ea896
commit 70a1ae2c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

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

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "dev"
allow:
- dependency-type: "direct"