Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan authored Aug 8, 2024
1 parent 46980d3 commit 99db387
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 99db387

Please sign in to comment.