Skip to content

Commit

Permalink
Update Renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <[email protected]>
  • Loading branch information
damacus committed Nov 15, 2023
1 parent 3caddf9 commit c58de1b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base", ":semanticCommits"],
"packageRules": [
{
"groupName": "Actions",
"matchUpdateTypes": ["minor", "patch", "pin"],
"automerge": true
},
{
"groupName": "Actions",
"matchUpdateTypes": ["major"],
"automerge": false
}
]
}

0 comments on commit c58de1b

Please sign in to comment.