@@ -126,9 +126,9 @@ Recommended config which is intended to be appropriate for most projects.
126
126
{
127
127
"extends" : [
128
128
" config:base" ,
129
- " github>microsoft/m365-renovate-config:groupReact#v2" ,
130
- " github>microsoft/m365-renovate-config:newConfigWarningIssue#v2" ,
131
- " github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2"
129
+ " github>microsoft/m365-renovate-config:groupReact#v2.2.0 " ,
130
+ " github>microsoft/m365-renovate-config:newConfigWarningIssue#v2.2.0 " ,
131
+ " github>microsoft/m365-renovate-config:dependencyDashboardMajor#v2.2.0 "
132
132
],
133
133
"prConcurrentLimit" : 10 ,
134
134
"prHourlyLimit" : 2 ,
@@ -185,8 +185,8 @@ Recommended config for library repos which use Beachball for publishing.
185
185
``` json
186
186
{
187
187
"extends" : [
188
- " github>microsoft/m365-renovate-config#v2" ,
189
- " github>microsoft/m365-renovate-config:beachballPostUpgrade#v2"
188
+ " github>microsoft/m365-renovate-config#v2.2.0 " ,
189
+ " github>microsoft/m365-renovate-config:beachballPostUpgrade#v2.2.0 "
190
190
]
191
191
}
192
192
```
@@ -219,16 +219,16 @@ Apply all the groupings from this repo (except groupTypes).
219
219
"extends" : [
220
220
" group:monorepos" ,
221
221
" group:recommended" ,
222
- " github>microsoft/m365-renovate-config:groupD3#v2" ,
223
- " github>microsoft/m365-renovate-config:groupEslint#v2" ,
224
- " github>microsoft/m365-renovate-config:groupFixtureUpdates#v2" ,
225
- " github>microsoft/m365-renovate-config:groupFluent#v2" ,
226
- " github>microsoft/m365-renovate-config:groupJest#v2" ,
227
- " github>microsoft/m365-renovate-config:groupLageBackfill#v2" ,
228
- " github>microsoft/m365-renovate-config:groupNodeMajor#v2" ,
229
- " github>microsoft/m365-renovate-config:groupReact#v2" ,
230
- " github>microsoft/m365-renovate-config:groupRollup#v2" ,
231
- " github>microsoft/m365-renovate-config:groupYargs#v2"
222
+ " github>microsoft/m365-renovate-config:groupD3#v2.2.0 " ,
223
+ " github>microsoft/m365-renovate-config:groupEslint#v2.2.0 " ,
224
+ " github>microsoft/m365-renovate-config:groupFixtureUpdates#v2.2.0 " ,
225
+ " github>microsoft/m365-renovate-config:groupFluent#v2.2.0 " ,
226
+ " github>microsoft/m365-renovate-config:groupJest#v2.2.0 " ,
227
+ " github>microsoft/m365-renovate-config:groupLageBackfill#v2.2.0 " ,
228
+ " github>microsoft/m365-renovate-config:groupNodeMajor#v2.2.0 " ,
229
+ " github>microsoft/m365-renovate-config:groupReact#v2.2.0 " ,
230
+ " github>microsoft/m365-renovate-config:groupRollup#v2.2.0 " ,
231
+ " github>microsoft/m365-renovate-config:groupYargs#v2.2.0 "
232
232
]
233
233
}
234
234
```
0 commit comments