diff --git a/renovate.json b/renovate.json index 54da313f2..3659d5f48 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,7 @@ "config:base", ":semanticCommitsDisabled" ], - "labels": ["Renovate"], - "rebaseWhen": "conflicted" + "labels": ["dependencies"], + "rebaseWhen": "conflicted", + "schedule": ["on the first day of the week"] }