Update renovate.json

This commit is contained in:
Misagh Moayyed 2019-08-22 10:15:46 +04:30 committed by GitHub
parent 58a54c7372
commit 11a53a6fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
{
"extends": [
"config:base"
]
"config:base",
":preserveSemverRanges",
":rebaseStalePrs",
":disableRateLimiting",
":semanticCommits",
":semanticCommitTypeAll(renovatebot)"
],
"labels": ["dependencies", "bot"]
}