Skip to content

Commit 171e274

Browse files
authored
Merge pull request #16 from sourcerer-io/develop
feat: Added two more bots
2 parents 7c84bc6 + 52d3512 commit 171e274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fame/github_tracker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, message):
3030

3131

3232
class RepoTracker:
33-
KNOWN_BOTS = ['pyup-bot']
33+
KNOWN_BOTS = ['pyup-bot', 'dependabot-bot', 'renovate-bot']
3434

3535
def configure(self, user, owner, repo,
3636
sourcerer_api_origin=None,

0 commit comments

Comments
 (0)