Skip to content

Commit c3c96e8

Browse files
committed
Ensure that all react packages match
1 parent 6ba67ba commit c3c96e8

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

renovate.json5

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,36 @@
100100
'patch',
101101
],
102102
},
103+
{
104+
matchPackageNames: [
105+
'react-dom',
106+
],
107+
matchDatasources: [
108+
'npm',
109+
],
110+
overrideDatasource: "npm",
111+
overridePackageName: "react",
112+
},
113+
{
114+
matchPackageNames: [
115+
'@types/react',
116+
],
117+
matchDatasources: [
118+
'npm',
119+
],
120+
overrideDatasource: "npm",
121+
overridePackageName: "react",
122+
},
123+
{
124+
matchPackageNames: [
125+
'@types/react-dom',
126+
],
127+
matchDatasources: [
128+
'npm',
129+
],
130+
overrideDatasource: "npm",
131+
overridePackageName: "react",
132+
},
103133
{
104134
// Special handling for @stanlemon packages
105135
groupName: 'my own packages',

0 commit comments

Comments
 (0)