Skip to content

Commit 9c4c3fc

Browse files
authored
Group redux packages together
1 parent 20c2a81 commit 9c4c3fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

renovate.json5

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
matchDepTypes: ['peerDependencies'],
4747
rangeStrategy: 'bump',
4848
},
49+
// group all redux packages together
4950
{
50-
groupName: 'redux',
51-
matchPackageNames": ['@redux/**', 'react-redux']
52-
}
51+
groupName: 'redux',
52+
matchPackageNames": ['@reduxjs/**', 'react-redux']
53+
},
5354
],
5455
// Allow Renovate to open as many PRs as it wants
5556
prConcurrentLimit: 0,

0 commit comments

Comments
 (0)