Skip to content

Commit

Permalink
feat: use gitmoji (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Nov 1, 2022
1 parent dc4c695 commit 68edec0
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,33 @@
"extends": [
"config:base"
],
"semanticCommitType": ":arrow_up:",
"semanticCommits": true,
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest","fix"],
"automerge": true
"automerge": true,
"semanticCommitType": ":arrow_up:",
},
{
"updateTypes": [
"lockFileMaintenance",
"pin"
],
"semanticCommitType": ":pushpin:"
},
{
"updateTypes": [
"rollback"
],
"semanticCommitType": ":arrow_down:"
},
{
"updateTypes": [
"digest",
"bump"
],
"semanticCommitType": ":bookmark:"
}
]
],
}

0 comments on commit 68edec0

Please sign in to comment.