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: on:
workflow_dispatch: workflow_dispatch:
pull_request:
schedule: schedule:
- cron: '00 12 * * *' - 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 # composer require "$(echo "$CURRENT_LINE" | awk '{print $1}')" "^$(echo "$CURRENT_LINE" | awk '{print $4}')" --with-all-dependencies
# ALL_LINES="$(echo "$ALL_LINES" | sed '1d')" # ALL_LINES="$(echo "$ALL_LINES" | sed '1d')"
# done # done
# echo "outdated dependencies: echo "outdated dependencies:"
# $(composer outdated)" composer outdated -D
- name: Update apcu - name: Update apcu
run: | run: |
# APCU # APCU