diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index 9b453909a..a4e7ec774 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -25,6 +25,16 @@ "branchConcurrentLimit": 0, "prConcurrentLimit": 0 }, + { + "matchBaseBranches": ["develop"], + "matchUpdateTypes": ["major"], + "prPriority": 2 + }, + { + "matchBaseBranches": ["develop"], + "matchUpdateTypes": ["minor"], + "prPriority": 1 + }, { "matchUpdateTypes": ["major", "minor"], "matchBaseBranches": ["stable"],