Files
renovate-config/.gitea/workflows/renovate.yml
T
daanselen 5787efb33f
renovate / renovate (push) Failing after 39s
chore: add gitea token
2026-06-05 20:15:46 +02:00

23 lines
547 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.191.2
steps:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/daanselen/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}