Skip to content

Commit 5b8cb78

Browse files
Update renovate.json
1 parent 8415217 commit 5b8cb78

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": [
43
"config:recommended"
4+
],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": [
8+
"minor",
9+
"patch",
10+
"pin",
11+
"digest"
12+
],
13+
"automerge": true
14+
}
515
]
616
}

0 commit comments

Comments
 (0)