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:
parent
cd7f40a564
commit
c3e99a0cfb
@ -3,7 +3,8 @@
|
||||
"config:base"
|
||||
],
|
||||
"dependencyDashboardApproval": true,
|
||||
"labels": ["PR: Dependency ⬆️"],
|
||||
"labels": ["PR: Dependency ⬆️", "repo automation 🤖" ],
|
||||
"postUpdateOptions": ["yarnDedupeHighest"],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepTypes": ["dependencies", "devDependencies"],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user