Skip to content

Commit 2854d98

Browse files
committed
chore: automerge minor, patch, and pin updates
1 parent f034511 commit 2854d98

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"matchUpdateTypes": ["minor", "patch", "pin"],
7+
"automerge": true
8+
}
59
]
610
}

0 commit comments

Comments
 (0)