Skip to content

Commit

Permalink
chore: add automerge config
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed May 13, 2024
1 parent 293e65e commit cf942eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@
{
"matchPackagePatterns": ["postcss", "tailwind"],
"groupName": "tailwind"
},
{
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
],
"timezone": "Europe/Berlin"
Expand Down

0 comments on commit cf942eb

Please sign in to comment.