From b5b90272f84f6601e0d5e7ad84f0690e703cf96b Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Tue, 20 Dec 2022 13:19:32 +0500 Subject: [PATCH] refactor: updated renovate config to auto update minor and patch versions of edx dependencies (#74) --- 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"