Skip to content

Commit 281189d

Browse files
authored
fix(ci): Group minor dependency upgrades together
1 parent d1e6466 commit 281189d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"packageRules": [
6+
{
7+
"matchDepTypes": ["devDependencies"],
8+
"matchUpdateTypes": ["patch", "minor"],
9+
"groupName": "devDependencies (non-major)"
10+
}
411
]
512
}

0 commit comments

Comments
 (0)