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: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: node:20-bookworm
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Upgrade git
run: |
apt-get update
apt-get install -y git
git --version
- name: Run Renovate - name: Run Renovate
env: env:
RENOVATE_TOKEN: ${{ secrets.BOT_TOKEN }} RENOVATE_TOKEN: ${{ secrets.BOT_TOKEN }}

View File

@@ -1,6 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"], "extends": ["config:recommended"],
"onboarding": false, "onboarding": false,
"requireConfig": "optional" "requireConfig": "optional"
} }