Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2021-03-22 19:10:14 +00:00 committed by Deluan Quintão
parent 2daefb851a
commit 488a05bc5a
1 changed files with 12 additions and 0 deletions

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