Skip to content

Renovate

Renovate #11

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '3 5 * * 6'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
docker-user: root
configurationFile: .github/renovate.json
token: ${{ secrets.PAASBOT_TOKEN }}