Skip to content

Commit

Permalink
fix: Add renovate config (#135)
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus authored Nov 15, 2023
1 parent 42d3998 commit 4d12375
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":semanticCommits"],
"packageRules": [
{
"groupName": "All Dependencies",
"matchUpdateTypes": ["minor", "patch", "pin"],
"automerge": true
},
{
"groupName": "All dependencies (major)",
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}

0 comments on commit 4d12375

Please sign in to comment.