feat: extractVersion
All checks were successful
renovate / renovate (push) Successful in 7m27s

This commit is contained in:
2025-07-30 22:38:02 +02:00
parent f9303996ab
commit 78ecf73a65
6 changed files with 135 additions and 6 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 }}