Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten authored Aug 17, 2023
1 parent 58c3d4f commit 80290e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,20 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"addLabels": [
"renovate"
],
"packageRules": [
{
"groupName": "automerge",
"automerge": true,
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
]
}
]
}

0 comments on commit 80290e2

Please sign in to comment.