From 8387fccfcf781db5170a0f9c1052c6cfc538f7eb Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:37:49 +0500 Subject: [PATCH] refactor: updated renovate config to auto update minor and patch versions of edx dependencies (#622) --- audit-ci.json | 8 ++++---- renovate.json | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/audit-ci.json b/audit-ci.json index 5ebea5f7a..e8fde9cc8 100644 --- a/audit-ci.json +++ b/audit-ci.json @@ -1,12 +1,12 @@ { "allowlist": [ + "GHSA-3rfm-jhwj-7488", "GHSA-44c6-4v22-4mhx", - "GHSA-pfrx-2q88-qq97", - "GHSA-f8q6-p94x-37v3", "GHSA-76p3-8jx3-jpfq", - "GHSA-3rfm-jhwj-7488", + "GHSA-9c47-m6qq-7p4h", + "GHSA-h452-7996-h45h", "GHSA-hhq3-ff78-jv3g", - "GHSA-9c47-m6qq-7p4h" + "GHSA-pfrx-2q88-qq97" ], "moderate": true } diff --git a/renovate.json b/renovate.json index 8c079307e..1554bea8d 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,13 @@ ":reviewer(edx-revenue-tasks)", ":semanticCommits", ":timezone(America/New_York)" + ], + "packageRules": [ + { + "matchPackagePatterns": ["@edx"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true, + "automergeSchedule": ["at any time"] + } ] }