From 067af47085917feacf1fc8b53c0af439d9d2e29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Desv=C3=A9?= Date: Mon, 26 Jan 2026 14:49:53 +0100 Subject: [PATCH] renovate(config): fix configuration format --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6a091754..3da5da5b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,7 @@ "enabledManagers": [ "github-actions", "nvm", "npm" ], "reviewers": [ "team:squad-e-commerce-integrations" ], "separateMinorPatch": true, + "separateMultipleMajor": true, "packageRules": [ { "matchManagers": [ "npm" ], @@ -15,7 +16,6 @@ "matchManagers": [ "npm" ], "matchUpdateTypes": [ "major" ], "dependencyDashboardApproval": true, - "separateMultipleMajor": true, } ] }