Make Renovate run yarn dedupe after updating dependencies (#13348)

* Make Renovate run `yarn dedupe` after updating dependencies

* Update renovate.json

Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>

Co-authored-by: Huáng Jùnliàng <jlhwung@gmail.com>
Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
This commit is contained in:
Nicolò Ribaudo 2021-05-21 16:39:08 +02:00 committed by GitHub
parent cd7f40a564
commit c3e99a0cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,8 @@
"config:base"
],
"dependencyDashboardApproval": true,
"labels": ["PR: Dependency ⬆️"],
"labels": ["PR: Dependency ⬆️", "repo automation 🤖" ],
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchDepTypes": ["dependencies", "devDependencies"],