From 26b0f39d8834023c9127e6fed2f1285afdb6529d Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 24 Mar 2022 14:13:33 +0100 Subject: [PATCH] add label Signed-off-by: Johan Haals --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a32a4bb9d2..47b10068cc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,3 +1,4 @@ { + labels: ['dependencies'], extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'], }