Skip to content

Commit

Permalink
Exclude dependabot from external logins. (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Sep 6, 2023
1 parent fff6de3 commit 6309c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion peloton/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ def _get_peloton_logins() -> List[str]:
"codecov[bot]",
"github-actions[bot]",
"pre-commit-ci[bot]",
"scitools-ci[bot]"
"scitools-ci[bot]",
"dependabot[bot]",
])

return logins
Expand Down

0 comments on commit 6309c10

Please sign in to comment.