ci: add dependabot

Checks (daily):
- github-actions
- npm (docs)
This commit is contained in:
innovaker 2021-01-02 14:36:04 +00:00 committed by Pete Johanson
parent f17584ca0e
commit d9265fa470
1 changed files with 10 additions and 0 deletions

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/docs"
schedule:
interval: "daily"