chore: add Dependabot for dependency updates (#6325)

Co-authored-by: Nick Schonning <nschonni@gmail.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
This commit is contained in:
Nick Schonning 2022-01-14 09:57:55 -05:00 committed by GitHub
parent 4004f5b68b
commit b19bafd70a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 99