Files
renovate-config/.gitea/workflows/renovate.yml
Renovate Bot 7ff11384d7
All checks were successful
renovate / renovate (push) Successful in 54s
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v37.35.2
2023-10-30 03:04:55 +00: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.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 }}