Files
renovate-config/.gitea/workflows/renovate.yml
Hadley Rich 57733f4421
All checks were successful
renovate / renovate (push) Successful in 40s
Local config
2023-10-30 16:04:26 +13:00

22 lines
536 B
YAML

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