Updated renovate version
Some checks failed
Pull Request Pipeline / test (pull_request) Has been cancelled
Pull Request Pipeline / localizations (pull_request) Has been cancelled
Pull Request Pipeline / lint (pull_request) Has been cancelled
Renovate / renovate (push) Successful in 1m5s

This commit is contained in:
2026-05-22 16:58:19 +02:00
parent f56cf9ba15
commit a43f9af302
2 changed files with 9 additions and 1 deletions

View File

@@ -9,10 +9,18 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container:
image: node:20-bookworm
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Upgrade git
run: |
apt-get update
apt-get install -y git
git --version
- name: Run Renovate
env:
RENOVATE_TOKEN: ${{ secrets.BOT_TOKEN }}