Configure dependabot

This commit is contained in:
Reckless_Satoshi 2023-04-24 07:00:48 -07:00
parent e4c1089b46
commit 07a82582b2
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

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

@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/mobile"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
- package-ecosystem: "gradle"
directory: "/mobile/android"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "bundler"
directory: "/docs"
schedule:
interval: "weekly"