Add dependabot to list of github bots (#1837)

* Add dependabot

* Prettier
This commit is contained in:
VictorGinelli 2020-06-03 09:47:30 -07:00 committed by GitHub
parent 2fd32dd785
commit a8a83c4a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,5 +21,6 @@ export function botSet(): Set<string> {
"tensorflowbutler",
"github-actions",
"transifex-integration",
"dependabot",
]);
}