Files
renovate-config/.gitea/workflows/renovate.yaml
Renovate Bot 806f5d53b4
All checks were successful
renovate / renovate (push) Successful in 3m33s
chore(deps): update ghcr.io/renovatebot/renovate:latest docker digest to 80a9d5a
2025-11-01 06:02:55 +00:00

21 lines
605 B
YAML

name: renovate
on:
schedule:
- cron: "@hourly"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest@sha256:80a9d5a048648b033bd4c016d9f281fccc5855eb167bf851849435292c3683ed
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}