Add dependabot automatic PRs

This commit is contained in:
Micah Lee 2023-05-21 12:04:52 -07:00
parent 3cfeb5ba05
commit a6cb8b73a1

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"