Skip to content

Commit 3ae5c96

Browse files
committed
Update dependabot name
1 parent be74717 commit 3ae5c96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_logger/src/policy_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def has_external_pr(prs: list, org_members: list) -> bool:
7979
continue
8080

8181
# Dependabot PRs are not considered external
82-
if login == "dependabot[bot]":
82+
if login == "dependabot":
8383
continue
8484

8585
if login not in org_members:

0 commit comments

Comments
 (0)