Skip to content

Commit ed9bb75

Browse files
committed
packageName -> depName for Renovate line for matrix-org/synapse-s3-storage-provider
`depName` is a required attribute as per our custom regex. Ref: - #4635 - https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/2d05db52c76efaed4178e919715698b3fc87bf61/.github/renovate.json#L16
1 parent 2d05db5 commit ed9bb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • roles/custom/matrix-synapse/defaults

roles/custom/matrix-synapse/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ matrix_synapse_ext_encryption_config_yaml: |
14711471
# Installing it requires building a customized Docker image for Synapse (see `matrix_synapse_container_image_customizations_enabled`).
14721472
# Enabling this will enable customizations and inject the appropriate Dockerfile clauses for installing synapse-s3-storage-provider.
14731473
matrix_synapse_ext_synapse_s3_storage_provider_enabled: false
1474-
# renovate: datasource=github-releases packageName=matrix-org/synapse-s3-storage-provider
1474+
# renovate: datasource=github-releases depName=matrix-org/synapse-s3-storage-provider
14751475
matrix_synapse_ext_synapse_s3_storage_provider_version: 1.6.0
14761476
# Controls whether media from this (local) server is stored in s3-storage-provider
14771477
matrix_synapse_ext_synapse_s3_storage_provider_store_local: true

0 commit comments

Comments
 (0)