|
|
|
@@ -11,7 +11,7 @@ matrix_hookshot_container_image_self_build_repo: "https://github.com/matrix-org/ |
|
|
|
matrix_hookshot_container_image_self_build_branch: "{{ 'main' if matrix_hookshot_version == 'latest' else matrix_hookshot_version }}" |
|
|
|
|
|
|
|
# renovate: datasource=docker depName=halfshot/matrix-hookshot |
|
|
|
matrix_hookshot_version: 4.6.0 |
|
|
|
matrix_hookshot_version: 4.7.0 |
|
|
|
|
|
|
|
matrix_hookshot_docker_image: "{{ matrix_hookshot_docker_image_name_prefix }}halfshot/matrix-hookshot:{{ matrix_hookshot_version }}" |
|
|
|
matrix_hookshot_docker_image_name_prefix: "{{ 'localhost/' if matrix_hookshot_container_image_self_build else matrix_container_global_registry_prefix }}" |
|
|
|
|