mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-07 02:46:02 +00:00
81551008d3
- drop `dedupePeerDependents` which is a no-op (produces same lockfile) - replace `allowBuilds` with `ignoreScripts`, no dependency needs any builds, on any platform - disable `confirmModulesPurge`, related to https://github.com/pnpm/pnpm/issues/11562 - disable `verifyDepsBeforeRun`, `make` already ensures `node_modules` are up to date, this saves around 150ms per `pnpm exec` and reduces pnpm spam. Signed-off-by: silverwind <me@silverwind.io> Co-authored-by: Claude (Opus 5) <noreply@anthropic.com>
7 lines
132 B
YAML
7 lines
132 B
YAML
savePrefix: ''
|
|
updateNotifier: false
|
|
ignoreScripts: true
|
|
minimumReleaseAge: 0
|
|
confirmModulesPurge: false
|
|
verifyDepsBeforeRun: false
|