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:
parent
1e73d566a3
commit
14f6e5b382
@ -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/**"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user