Add dependabot

[skip ci]
This commit is contained in:
JonnyWong16 2021-07-08 20:48:21 -07:00
parent 2ea4b6b63d
commit 9f3ece4279
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

15
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "nightly"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: "nightly"
open-pull-requests-limit: 10