1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-07-10 06:53:31 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] 86f09f8301 Update actions/stale action to v10.4.0
Signed-off-by: milkmaker <milkmaker@mailcow.de>
2026-07-10 05:39:17 +00:00
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,7 @@ jobs:
pull-requests: write
steps:
- name: Mark/Close Stale Issues and Pull Requests 🗑️
uses: actions/stale@v10.3.0
uses: actions/stale@v10.4.0
with:
repo-token: ${{ secrets.STALE_ACTION_PAT }}
days-before-stale: 60
+1 -1
View File
@@ -13,7 +13,7 @@ ARG MEMCACHED_PECL_VERSION=3.4.0
# renovate: datasource=github-tags depName=phpredis/phpredis versioning=semver-coerced extractVersion=(?<version>.*)$
ARG REDIS_PECL_VERSION=6.3.0
# renovate: datasource=github-tags depName=composer/composer versioning=semver-coerced extractVersion=(?<version>.*)$
ARG COMPOSER_VERSION=2.10.2
ARG COMPOSER_VERSION=2.10.1
RUN apk add -U --no-cache autoconf \
aspell-dev \