update gitcontrol repo template

Reviewed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
This commit is contained in:
gtema 2023-01-03 09:17:55 +00:00 committed by zuul
parent 7eff19f3cd
commit 641ec7ddd2
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
GitPython GitPython
ruamel ruamel.yaml
requests
jinja2

View File

@ -46,7 +46,7 @@ def process_services(args, services):
has_wiki=False, has_wiki=False,
default_delete_branch_after_merge=True, default_delete_branch_after_merge=True,
allow_merge_commit=False, allow_merge_commit=False,
allow_squash_merge=False, allow_squash_merge=True,
allow_rebase_merge=False, allow_rebase_merge=False,
default_merge_style="squash", default_merge_style="squash",
branch_protections=[], branch_protections=[],