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