Skip to content

Commit 105ef83

Browse files
authored
Enable automerge on patch and minor pnpm upgrades
1 parent 637967a commit 105ef83

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

default.json5

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
updateTypes: ['major'],
2727
automerge: true,
2828
},
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+
},
2938
{
3039
groupName: 'dependency upgrades - non-major',
3140
matchDepTypes: [
@@ -38,8 +47,8 @@
3847
'packageManager',
3948
],
4049
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
4352
'!pnpm',
4453
],
4554
updateTypes: ['patch', 'minor'],

0 commit comments

Comments
 (0)