0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-05-13 00:16:07 +02:00

ci(renovate): enable pnpmDedupe on npm dependency updates

Avoids stale transitive resolutions in `pnpm-lock.yaml` when only a
subset of related packages is bumped.

Co-Authored-By: Claude (Opus 4.7) <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-05-11 16:19:20 +02:00
parent 1e73d566a3
commit 14f6e5b382
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -100,6 +100,7 @@
{
"groupName": "npm dependencies",
"matchManagers": ["npm"],
"postUpdateOptions": ["pnpmDedupe"],
"postUpgradeTasks": {
"commands": ["make svg nolyfill"],
"fileFilters": ["package.json", "pnpm-lock.yaml", "pnpm-workspace.yaml", "public/assets/img/svg/**"],