Skip to content

Commit

Permalink
Chore: updates semanticCommitType rule
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 26, 2021
1 parent 1e32c02 commit 1a1d119
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions .renovaterc
@@ -1,8 +1,22 @@
{
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(Chore)",
":semanticCommitScope()"
]
}
"extends": [
"config:base",
":semanticCommits",
":semanticCommitScopeDisabled"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"semanticCommitType": "Chore"
},
{
"matchDepTypes": [
"dependencies",
"require"
],
"semanticCommitType": "Fix"
}
]
}

0 comments on commit 1a1d119

Please sign in to comment.