From 152f1605085ecc58a6c4c9a7a98f0a92c3403b95 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Fri, 21 Apr 2023 15:26:18 -0700 Subject: [PATCH] Swap bundler dependabot reviewers (#125333) Remove myself as a the CocoaPods gem [dependabot](https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/) reviewer and add @christopherfujino and @vashworth instead for Ruby gem bumps: https://github.com/flutter/flutter/blob/3a436f47f5fe58fbe2a212717754a7992bbd60f5/dev/ci/mac/Gemfile This is low traffic (one review every few months): https://github.com/flutter/flutter/pulls?q=is%3Apr+dependabot+cocoapods+is%3Aclosed Note the last minor version was ignored https://github.com/flutter/flutter/pull/122051 due to https://github.com/flutter/flutter/issues/122057. We have pretty good plugins/CocoaPods test coverage, so if that infra issue were fixed we should feel pretty safe about bumping this if all the tests pass. --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8764d1174543..777c393fa0cd5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,8 @@ updates: schedule: interval: "weekly" reviewers: - - "jmagman" + - "christopherfujino" + - "vashworth" - "keyonghan" - "yusuf-goog" labels: