npm -> yarn

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-11-15 14:37:10 +01:00
parent de8f6a0be8
commit 2a4e7e5d0b
+1 -1
View File
@@ -1,7 +1,7 @@
{
labels: ['dependencies'],
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
postUpdateOptions: ['npmDedupe'],
postUpdateOptions: ['yarnDedupeHighest'],
rangeStrategy: 'update-lockfile',
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'],