3 Commits

Author SHA1 Message Date
0d9e53f8d2 Migrate config .renovaterc.json5
All checks were successful
Main workflow / Build synapse (push) Successful in 32s
2025-11-29 12:28:58 +00:00
d7c0acc16b Update ghcr.io/element-hq/synapse Docker tag to v1.143.0
All checks were successful
Main workflow / Build synapse (push) Successful in 32s
2025-11-25 17:02:01 +00:00
49bac11dbe Update ghcr.io/element-hq/synapse Docker tag to v1.142.1
All checks were successful
Main workflow / Build synapse (push) Successful in 32s
2025-11-18 20:02:01 +00:00
2 changed files with 18 additions and 9 deletions

View File

@@ -1,13 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"enabledManagers": ["dockerfile", "github-actions", "regex"],
"regexManagers": [
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
dependencyDashboard: true,
enabledManagers: [
'dockerfile',
'github-actions',
'custom.regex',
],
customManagers: [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": ["synapse-s3-storage-provider==(?<currentValue>.*)\\n"],
"depNameTemplate": "synapse-s3-storage-provider",
"datasourceTemplate": "pypi",
customType: 'regex',
managerFilePatterns: [
'/^Dockerfile$/',
],
matchStrings: [
'synapse-s3-storage-provider==(?<currentValue>.*)\\n',
],
depNameTemplate: 'synapse-s3-storage-provider',
datasourceTemplate: 'pypi',
},
],
}

View File

@@ -1,3 +1,3 @@
FROM ghcr.io/element-hq/synapse:v1.142.0@sha256:b90a9e1158a5acb844479edd671ade5baf60c7f6120028e71dc2e090225d5509
FROM ghcr.io/element-hq/synapse:v1.143.0@sha256:a47a21d85998a452a0d6965a8fd8d05d89a90d33213020bb1e42f7a4e49b4df6
RUN /usr/local/bin/pip install synapse-s3-storage-provider==1.6.0