diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 0598f8c26b..e3fd3c7ee7 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -9,5 +9,17 @@ "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } }, - "recipes_path": "infra" + "recipes_path": "infra", + "autoroll_recipe_options": { + "nontrivial": { + "automatic_commit_dry_run": true, + "set_autosubmit": true + }, + "trivial": { + "automatic_commit": true, + "tbr_emails": [ + "denniskempin@google.com" + ] + } + } }