Skip to content

Commit

Permalink
chore: update renovate file
Browse files Browse the repository at this point in the history
  • Loading branch information
fgonzalez committed Jul 18, 2024
1 parent 49439c5 commit 4b07f54
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
],
"extends": [
"config:base",
":semanticCommits",
Expand Down

0 comments on commit 4b07f54

Please sign in to comment.