Create dependabot.yml

This commit is contained in:
Zimo Li 2023-04-15 17:13:29 -04:00 committed by GitHub
parent 96d65f7d39
commit e07a9c0afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "yarn"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"