Add dependabot config

This commit is contained in:
Gabe Kangas 2021-02-12 16:08:25 -08:00
parent da2fb45d21
commit 685b2c6f3d

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: /
open-pull-requests-limit: 3
schedule:
interval: "daily"
reviewers:
- "gingervitis"
- "gabek"