Skip to content

Commit

Permalink
🔧 chore(renovate): use conventional commits & gitmoji
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Jan 29, 2024
1 parent ce0393c commit 95bb982
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"extends": ["config:recommended", "default:automergeMinor"],
"commitMessageAction": "chore(deps): update",
"default": {
"major": {
"automerge": false
},
"commitMessagePrefix": "⬆️"
},
"packageRules": [
{
"updateTypes": ["pin"],
"commitMessagePrefix": "📌"
},
{
"updateTypes": ["major", "minor", "patch", "digest", "bump"],
"commitMessagePrefix": "⬆️"
},
{
"updateTypes": ["rollback"],
"commitMessagePrefix": "⬇️"
}
]
}

0 comments on commit 95bb982

Please sign in to comment.