Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2021-03-22 19:10:14 +00:00 committed by Joe Stump
parent bd108e3a60
commit b65b117b70
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/ui"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10