Skip to content

Commit b690caa

Browse files
committed
Update renovate.json
1 parent 1e8e8c3 commit b690caa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,13 @@
99
"lockFileMaintenance": {
1010
"enabled": true,
1111
"automerge": true
12-
}
12+
},
13+
"packageRules": [
14+
{
15+
"matchPackagePatterns": ["*"],
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"groupName": "all non-major dependencies",
18+
"groupSlug": "all-minor-patch"
19+
}
20+
]
1321
}

0 commit comments

Comments
 (0)