From ed9bb75a529319e466a7c050b304452d362603d2 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 11 Oct 2025 07:43:28 +0300 Subject: [PATCH] `packageName` -> `depName` for Renovate line for `matrix-org/synapse-s3-storage-provider` `depName` is a required attribute as per our custom regex. Ref: - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/4635 - https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/2d05db52c76efaed4178e919715698b3fc87bf61/.github/renovate.json#L16 --- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 8aa6c04f4..578a37731 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -1471,7 +1471,7 @@ matrix_synapse_ext_encryption_config_yaml: | # Installing it requires building a customized Docker image for Synapse (see `matrix_synapse_container_image_customizations_enabled`). # Enabling this will enable customizations and inject the appropriate Dockerfile clauses for installing synapse-s3-storage-provider. matrix_synapse_ext_synapse_s3_storage_provider_enabled: false -# renovate: datasource=github-releases packageName=matrix-org/synapse-s3-storage-provider +# renovate: datasource=github-releases depName=matrix-org/synapse-s3-storage-provider matrix_synapse_ext_synapse_s3_storage_provider_version: 1.6.0 # Controls whether media from this (local) server is stored in s3-storage-provider matrix_synapse_ext_synapse_s3_storage_provider_store_local: true