We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d38960 commit 52d3512Copy full SHA for 52d3512
fame/github_tracker.py
@@ -30,7 +30,7 @@ def __init__(self, message):
30
31
32
class RepoTracker:
33
- KNOWN_BOTS = ['pyup-bot']
+ KNOWN_BOTS = ['pyup-bot', 'dependabot-bot', 'renovate-bot']
34
35
def configure(self, user, owner, repo,
36
sourcerer_api_origin=None,
0 commit comments