Merge pull request 'chore: update renovate workflow' (#13) from chore/update-renovate-3 into main

Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-02-11 06:03:15 +00:00

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