From 8b306d12c26e0c39b910e191b3f5dce47b032c52 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Thu, 10 Nov 2022 18:37:35 +0500 Subject: [PATCH] refactor: updated renovate config to auto update minor and patch versions of edx dependencies (#198) --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index f1210b52..9794f42e 100644 --- a/renovate.json +++ b/renovate.json @@ -22,6 +22,11 @@ "pin" ], "automerge": true + }, + { + "matchPackagePatterns": ["@edx"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true } ], "timezone": "America/New_York"