We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba67ba commit c3c96e8Copy full SHA for c3c96e8
renovate.json5
@@ -100,6 +100,36 @@
100
'patch',
101
],
102
},
103
+ {
104
+ matchPackageNames: [
105
+ 'react-dom',
106
+ ],
107
+ matchDatasources: [
108
+ 'npm',
109
110
+ overrideDatasource: "npm",
111
+ overridePackageName: "react",
112
+ },
113
114
115
+ '@types/react',
116
117
118
119
120
121
122
123
124
125
+ '@types/react-dom',
126
127
128
129
130
131
132
133
{
134
// Special handling for @stanlemon packages
135
groupName: 'my own packages',
0 commit comments