
1. Delete bundler and docker, these directories no longer exist and we have no Docker or Gemfiles any more. 2. Update outdated reviewer list which was blocking any reviewers from being added. https://github.com/flutter/flutter/pull/157473#issuecomment-2433542624 3. Change github action update from daily to weekly 4. Add a `group` so all github action dependencies are updated in the same PR, instead of one-per-dependency. The PR will look like: __________ <img width="400" alt="Screenshot 2024-11-08 at 11 08 52â¯AM" src="https://github.com/user-attachments/assets/eebedf69-3fae-409b-9c88-c3afc8036c52"> __________ See also https://github.com/flutter/packages/pull/8044