Skip to content

Commit

Permalink
feat: extend renovate presets
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 30, 2019
1 parent fbcc143 commit 2d0b7ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
@@ -1,8 +1,8 @@
{
"extends": [
"config:base"
"config:base",
":semanticCommitTypeAll(update)",
":semanticCommitScopeDisabled"
],
"branchPrefix": "update/",
"semanticCommitType": "update",
"semanticCommits": true
"branchPrefix": "update/"
}

0 comments on commit 2d0b7ad

Please sign in to comment.