File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 26
26
updateTypes : [ 'major' ] ,
27
27
automerge : true ,
28
28
} ,
29
+ // "postUpdateOptions": ["pnpmDedupe"] currently cannot be applied to `pnpm`
30
+ // - https://github.com/renovatebot/renovate/pull/36554#issuecomment-2991578549
31
+ {
32
+ groupName : 'pnpm upgrades - non-major' ,
33
+ matchDepTypes : [ 'packageManager' ] ,
34
+ matchPackageNames : [ 'pnpm' ] ,
35
+ updateTypes : [ 'patch' , 'minor' ] ,
36
+ automerge : true ,
37
+ } ,
29
38
{
30
39
groupName : 'dependency upgrades - non-major' ,
31
40
matchDepTypes : [
38
47
'packageManager' ,
39
48
] ,
40
49
matchPackageNames : [
41
- // pnpmDedupe currently broken with pnpm package:
42
- // - https://github.com/renovatebot/renovate/pull/36554#issuecomment-2990178762
50
+ // "postUpdateOptions": [" pnpmDedupe"] currently cannot be applied to `pnpm`
51
+ // - https://github.com/renovatebot/renovate/pull/36554#issuecomment-2991578549
43
52
'!pnpm' ,
44
53
] ,
45
54
updateTypes : [ 'patch' , 'minor' ] ,
You can’t perform that action at this time.
0 commit comments