Skip to content

Commit

Permalink
Update bump_recipes_versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored May 14, 2024
1 parent 95406be commit d85407a
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 @@ -211,7 +211,7 @@ def user_ctx(user, email, bypass=False):
subprocess.check_output(['git', 'config', '--unset', 'user.email'])


def bump_recipe_versions(recipe_dir, use_bot=True, pr_limit=5):
def bump_recipe_versions(recipe_dir, use_bot=True, pr_limit=10):

# empty context manager
@contextlib.contextmanager
Expand Down

0 comments on commit d85407a

Please sign in to comment.