ci: Run pnpm dedupe on renovate updates.

This commit is contained in:
Fabian-Lars
2024-03-18 20:38:57 +01:00
committed by GitHub
parent 5d1d218872
commit a59685f394

View File

@@ -1,3 +1,4 @@
{
"extends": ["config:base"]
"extends": ["config:base"],
"postUpdateOptions": ["pnpmDedupe"]
}