Skip to content

Commit

Permalink
Merge pull request #16 from sourcerer-io/develop
Browse files Browse the repository at this point in the history
feat: Added two more bots
  • Loading branch information
sergey48k authored Aug 18, 2018
2 parents 7c84bc6 + 52d3512 commit 171e274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fame/github_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, message):


class RepoTracker:
KNOWN_BOTS = ['pyup-bot']
KNOWN_BOTS = ['pyup-bot', 'dependabot-bot', 'renovate-bot']

def configure(self, user, owner, repo,
sourcerer_api_origin=None,
Expand Down

0 comments on commit 171e274

Please sign in to comment.