Skip to content

Commit 41bc10d

Browse files
authored
Remove pnpm from pnpmDedupe postUpdateOptions item
1 parent e4eac57 commit 41bc10d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

default.json5

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@
66
'group:remark',
77
],
88
ignorePresets: [':prHourlyLimit2'],
9-
// Run `pnpm dedupe` after pnpm-lock.yaml updates
10-
// https://docs.renovatebot.com/configuration-options/#:~:text=for%20npm%20%3C%3D%206.-,pnpmDedupe,pnpm%20dedupe%20%2D%2Dconfig.ignore%2Dscripts%3Dtrue%20after%20pnpm%2Dlock.yaml%20updates.,-yarnDedupeFewer
11-
postUpdateOptions: ['pnpmDedupe'],
129
// Allow the major versions in the `dependency upgrades - non-major` groups
1310
// below to be combined with the minors and patches
1411
// https://github.com/renovatebot/renovate/issues/18211#issuecomment-1272521018
1512
separateMajorMinor: false,
1613
packageRules: [
14+
// Run `pnpm dedupe` after pnpm-lock.yaml updates
15+
// - https://docs.renovatebot.com/configuration-options/#:~:text=for%20npm%20%3C%3D%206.-,pnpmDedupe,pnpm%20dedupe%20%2D%2Dconfig.ignore%2Dscripts%3Dtrue%20after%20pnpm%2Dlock.yaml%20updates.,-yarnDedupeFewer
16+
// - https://github.com/renovatebot/renovate/pull/36554#issuecomment-2988439293
17+
{
18+
matchPackageNames: ['!pnpm'],
19+
postUpdateOptions: ['pnpmDedupe'],
20+
},
1721
{
1822
groupName: 'github-actions dependency upgrades - major',
1923
matchManagers: ['github-actions'],

0 commit comments

Comments
 (0)