Renovate 22b822127d
All checks were successful
renovate / renovate (push) Successful in 2m24s
Update ghcr.io/renovatebot/renovate Docker tag to v39.259.0
2025-04-26 16:02:43 +00:00

24 lines
547 B
YAML

name: renovate
on:
schedule:
- cron: "0 */8 * * *"
push:
branches:
- main
workflow_dispatch: # manual run
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.259.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: ${{ gitea.workspace }}/config.js
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.RENOVATE_GITHUB_TOKEN }}