From 7c2441e5c080292e6661fc8191f3846df6e62e7e Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Wed, 3 Dec 2025 13:00:09 +0000 Subject: [PATCH 1/2] chore: remove arbi-bom references --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0fde72..260d539 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" - reviewers: - - "openedx/arbi-bom" + # Optional: specify reviewers to automatically request review on Dependabot PRs + # reviewers: + # - "openedx/xxx" From 027631c8d8b1df8872bd42fe5ce285580ade15fc Mon Sep 17 00:00:00 2001 From: Vaibhav Gulati Date: Fri, 12 Dec 2025 12:36:52 +0000 Subject: [PATCH 2/2] chore: remove arbi-bom references --- .github/dependabot.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 260d539..e39a1a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,5 @@ updates: directory: "/" schedule: interval: "weekly" - # Optional: specify reviewers to automatically request review on Dependabot PRs - # reviewers: - # - "openedx/xxx" + reviewers: + - "usamasadiq"