[ci] Ensure complete dependabot coverage (#5976)

This commit is contained in:
stuartmorgan
2022-06-22 14:29:12 -04:00
committed by GitHub
parent 79eb10169a
commit 840feda14f
4 changed files with 258 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import 'dart:io' as io;
import 'package:args/command_runner.dart';
import 'package:file/file.dart';
import 'package:file/local.dart';
import 'package:flutter_plugin_tools/src/dependabot_check_command.dart';
import 'analyze_command.dart';
import 'build_examples_command.dart';
@ -55,6 +56,7 @@ void main(List<String> args) {
..addCommand(BuildExamplesCommand(packagesDir))
..addCommand(CreateAllPluginsAppCommand(packagesDir))
..addCommand(CustomTestCommand(packagesDir))
..addCommand(DependabotCheckCommand(packagesDir))
..addCommand(DriveExamplesCommand(packagesDir))
..addCommand(FederationSafetyCheckCommand(packagesDir))
..addCommand(FirebaseTestLabCommand(packagesDir))