feat: extractVersion
All checks were successful
renovate / renovate (push) Successful in 12s

This commit is contained in:
2025-07-28 09:29:43 +02:00
parent f9303996ab
commit bb43ff72b3
5 changed files with 133 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
container: ghcr.io/renovatebot/renovate:41.43.5
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: "info"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}