Files
renovate-config/.gitea/workflows/renovate.yml
Renovate Bot 8931f00454
All checks were successful
renovate / renovate (push) Successful in 11m14s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v39.214.0
2025-03-25 12:08:20 +00:00

24 lines
590 B
YAML

name: renovate
on:
schedule:
- cron: "0 */6 * * *"
push:
branches:
- main
issue_comment:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39.214.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.PAT }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}