diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 22d519f47c..8d6585642a 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -1,5 +1,6 @@ { "api_version": 2, + "canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git", "deps": { "recipe_engine": { "branch": "master", @@ -8,5 +9,16 @@ } }, "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 + } + } +}