From 0a84fc665c65f8a49261107192f6f61d8a35476b Mon Sep 17 00:00:00 2001 From: Godofredo Contreras Date: Tue, 23 May 2023 16:02:22 -0700 Subject: [PATCH] Update infra reviewers and add label. Updates the dependabot configuration with new reviewers and the autosubmit label for the actions workflows. --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 51e3a245ce0d..3b91af30f5ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,11 +17,13 @@ updates: schedule: interval: "daily" reviewers: - - "hixie" - - "godofredoc" + - "keyonghan" + - "yusuf-goog" + - "ricardoamador" labels: - "team" - "team: infra" + - "autosubmit" - package-ecosystem: "gradle" directory: "/packages/animations/example/android/app"