From 0816adda429c3ceac80026b360bc97565369cf47 Mon Sep 17 00:00:00 2001 From: chimurai <655241+chimurai@users.noreply.github.com> Date: Sat, 4 Dec 2021 13:12:44 +0000 Subject: [PATCH] chore(renovate): separate multiple major --- .renovaterc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.renovaterc.json b/.renovaterc.json index 4cf5dda..92fd905 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -12,6 +12,7 @@ "masterIssue": true, "stabilityDays": 7, "prCreation": "not-pending", + "separateMultipleMajor": "true", "separateMajorMinor": "true", "rebaseStalePrs": true, "schedule": ["every weekend"],