Create dependabot.yml

This commit is contained in:
Marc Rousavy 2021-03-04 13:15:17 +01:00
parent 7bd8b1cd7c
commit 47c57298fc

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gradle"
directory: "/android/"
schedule:
interval: "daily"