Skip to content

Commit 08648cc

Browse files
chore: remove arbi-bom references
1 parent f8e27d9 commit 08648cc

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "weekly"
8-
reviewers:
9-
- "openedx/arbi-bom"
8+
#Optional: specify reviewers to automatically request review on Dependabot PRs
9+
#reviewers:
10+
# - "openedx/xxx"

.github/workflows/upgrade-python-requirements.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
call-upgrade-python-requirements-workflow:
1414
with:
1515
branch: ${{ github.event.inputs.branch }}
16-
team_reviewers: "arbi-bom"
17-
email_address: arbi-bom@edx.org
18-
send_success_notification: false
16+
# optional parameters below; fill in if you'd like github or email notifications
17+
# user_reviewers: ""
18+
# team_reviewers: ""
19+
# email_address: ""
20+
# send_success_notification: false
1921
secrets:
2022
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
2123
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}

0 commit comments

Comments
 (0)