Skip to content

Commit bd52b8c

Browse files
authored
Update renovate.json
Use Recommended Configuration Signed-off-by: Gregory Mitchell <[email protected]>
1 parent 861f778 commit bd52b8c

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

renovate.json

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

0 commit comments

Comments
 (0)