diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 5e2294bb2f..b74f1a4f0c 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -9,5 +9,14 @@ } ], "project_id": "depot_tools", - "recipes_path": "recipes" -} \ No newline at end of file + "recipes_path": "recipes", + "autoroll_recipe_options": { + "trivial": { + "tbr_emails": ["iannucci@chromium.org"], + "automatic_commit": true + }, + "nontrivial": { + "automatic_commit_dry_run": true + } + } +}