Update dependency-updates.yml

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-12-03 00:00:35 +01:00 committed by GitHub
parent 427f860ea8
commit 55bdfbd346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ name: dependency-updates
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '00 12 * * *'
@ -29,8 +30,8 @@ jobs:
# composer require "$(echo "$CURRENT_LINE" | awk '{print $1}')" "^$(echo "$CURRENT_LINE" | awk '{print $4}')" --with-all-dependencies
# ALL_LINES="$(echo "$ALL_LINES" | sed '1d')"
# done
# echo "outdated dependencies:
# $(composer outdated)"
echo "outdated dependencies:"
composer outdated -D
- name: Update apcu
run: |
# APCU