0
0
mirror of https://github.com/yanhao98/renovate-example.git synced 2025-07-13 07:30:49 +08:00

在 package.json 中添加 pnpm 配置

This commit is contained in:
严浩
2025-02-06 10:44:02 +08:00
parent b9bd0537f6
commit 290256e08c

View File

@ -16,5 +16,10 @@
"extends": [
"https://git.1-h.cc/examples/renovate-example/raw/branch/main/default.json5"
]
},
"pnpm": {
"onlyBuiltDependencies": [
"re2"
]
}
}
}