Renovate: Update all non-major dependencies

This commit is contained in:
Renovate Bot 2023-10-23 16:21:52 +00:00
parent 6a35d42f92
commit 2985e2d19d
2 changed files with 4 additions and 4 deletions

View File

@ -1,17 +1,17 @@
variables: variables:
- &node_image 'node:20.6.1-alpine' - &node_image 'node:20.8.1-alpine'
- &create_synapse_access_token >- - &create_synapse_access_token >-
echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json echo '{"user_id":"ci-dummy","access_token":"ci-dummy","home_server":"ci-dummy","device_id":"ci-dummy"}' > src/config/synapse_access_token.json
steps: steps:
lint-markdown: lint-markdown:
image: markdownlint/markdownlint:0.12.0 image: markdownlint/markdownlint:0.13.0
group: test group: test
commands: commands:
- mdl . - mdl .
check-pre-commit: check-pre-commit:
image: python:3.11.5 image: python:3.12.0
group: test group: test
environment: environment:
- SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check - SKIP=no-commit-to-branch # Ignore "don't commit to protected branch" check

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
synapse: synapse:
image: docker.io/matrixdotorg/synapse:v1.91.2 image: docker.io/matrixdotorg/synapse:v1.94.0
# Since synapse does not retry to connect to the database, restart upon # Since synapse does not retry to connect to the database, restart upon
# failure # failure
restart: "no" restart: "no"