Skip to content

Commit 7d7df2e

Browse files
committed
chore(renovate): pnpm dedupe workaround
see renovatebot/renovate#36554 (comment)
1 parent 8b13731 commit 7d7df2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"group:recommended"
88
],
99
"ignorePresets": ["workarounds:typesNodeVersioning"],
10-
"postUpdateOptions": ["pnpmDedupe"],
1110
"lockFileMaintenance": {
1211
"enabled": true,
1312
"automerge": true
@@ -23,6 +22,7 @@
2322
}
2423
],
2524
"packageRules": [
25+
{ "matchPackageNames": ["!pnpm"], "postUpdateOptions": ["pnpmDedupe"] },
2626
{ "matchDepNames": ["node"], "ignoreUnstable": false },
2727
{
2828
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],

0 commit comments

Comments
 (0)