Files
renovate-config/.gitea/workflows/renovate.yml
Hadley Rich 6fb18724fd
Some checks failed
renovate / renovate (push) Has been cancelled
Merge branch 'main' of git.nice.net.nz:hads/renovate-config
2023-11-03 10:15:33 +13:00

23 lines
554 B
YAML

name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
issue_comment:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.35.2
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 }}