Skip to content

Renovate

Renovate #29

Workflow file for this run

name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 5 * * 0'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: renovate-config.json
token: ${{ secrets.PCCIBOT_PAT_REPO_PUBLIC_REPO }}
renovate-image: ghcr.io/renovatebot/renovate
renovate-version: 37-full
env:
LOG_LEVEL: 'debug'