chore: update renovate workflow #13

Merged
Sebastian merged 1 commits from chore/update-renovate-3 into main 2026-02-11 06:03:15 +00:00
Showing only changes of commit c9b02d68fb - Show all commits

View File

@@ -18,6 +18,12 @@ jobs:
node-version: 24 node-version: 24
cache: npm cache: npm
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.5'
tools: composer:v2
- name: Install Renovate - name: Install Renovate
run: npm install -g renovate run: npm install -g renovate