Add dependabot automatic PRs

This commit is contained in:
Micah Lee 2023-05-21 12:04:52 -07:00
parent 8be0290fdf
commit fc2a7c7cee
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/cli"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/desktop"
schedule:
interval: "weekly"