chore(deps): update dependency tootsuite/mastodon to v4.6.0

| datasource      | package            | from   | to    |
| --------------- | ------------------ | ------ | ----- |
| github-releases | tootsuite/mastodon | 4.5.11 | 4.6.0 |
This commit is contained in:
Renovate Bot
2026-06-17 23:20:42 +00:00
parent 7a016b4afa
commit ecdf7aebad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
"changelog": "file://CHANGELOG",
"tagline": "Federated social network",
"version": "1.17.12",
"upstreamVersion": "4.5.11",
"upstreamVersion": "4.6.0",
"healthCheckPath": "/about",
"httpPort": 8000,
"memoryLimit": 1610612736,
+1 -1
View File
@@ -68,7 +68,7 @@ RUN mkdir -p /app/code /app/pkg
WORKDIR /app/code
# renovate: datasource=github-releases depName=tootsuite/mastodon versioning=semver extractVersion=^v(?<version>.+)$
ARG MASTODON_VERSION=4.5.11
ARG MASTODON_VERSION=4.6.0
ENV RAILS_ENV production
ENV NODE_ENV production