From e47153e44dcbd88ed5c928b1a43dea9646b5ebb8 Mon Sep 17 00:00:00 2001 From: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> Date: Tue, 12 Dec 2023 03:19:02 +0100 Subject: [PATCH] add default label Signed-off-by: Valentin Sickert <17144397+Lapotor@users.noreply.github.com> --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 589e3952..abce440a 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,8 @@ ":separateMultipleMajorReleases", ":timezone(Europe/Berlin)", ":pinAllExceptPeerDependencies", - ":rebaseStalePrs" + ":rebaseStalePrs", + ":label(Scope: Deps)" ], "baseBranches": ["main"], "minimumReleaseAge": "3 days",