Merge pull request #25 from taylorbryant/chore/update-renovate-config

Update Renovate config
This commit is contained in:
Taylor Bryant 2019-05-07 20:59:07 -05:00 committed by GitHub
commit cca9de3302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"extends": [
"config:base"
]
}
"extends": ["config:base"],
"assignees": ["taylorbryant"],
"bumpVersion": "patch"
}