Skip to content

Commit

Permalink
Update bump_recipes_versions.py (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Jan 14, 2025
1 parent ec64593 commit a6bcc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emci/bot/bump_recipes_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def user_ctx(user, email, bypass=False):
subprocess.check_output(['git', 'config', '--unset', 'user.email'])


def bump_recipe_versions(recipe_dir, pr_target_branch, use_bot=True, pr_limit=10):
def bump_recipe_versions(recipe_dir, pr_target_branch, use_bot=True, pr_limit=20):
print(f"Bumping recipes in {recipe_dir} to {pr_target_branch}")
# empty context manager
@contextlib.contextmanager
Expand Down

0 comments on commit a6bcc70

Please sign in to comment.