Files
renovate-config/.gitea/workflows/renovate.yml
T
daanselen 60cf1e700a
renovate / renovate (push) Successful in 54m27s
Update .gitea/workflows/renovate.yml
2026-07-12 10:21:03 +00:00

24 lines
546 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest
steps:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/nerthus/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}