gh actions: Automatically merge lock file dependency bumps

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-05-03 16:11:49 +02:00
parent 2a30970524
commit 46274febb6
2 changed files with 86 additions and 6 deletions
+1 -6
View File
@@ -1,11 +1,6 @@
{
labels: ['dependencies'],
extends: [
'config:base',
':disableDependencyDashboard',
':gitSignOff',
':automergePatch',
],
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
rangeStrategy: 'update-lockfile',
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
ignoreDeps: ['@elastic/elasticsearch'],