Enable npm dedupe as part of Renovate postUpdateOptions

See: https://docs.renovatebot.com/configuration-options/#postupdateoptions
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
Kyle Harding 2024-04-01 13:52:45 -04:00
parent ffd44d3fec
commit 2a970478bd
No known key found for this signature in database
GPG Key ID: FD3EB16D2161895A

4
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"extends": ["github>balena-io/renovate-config"],
"postUpdateOptions": ["npmDedupe"]
}