Skip to content

renovate

renovate #583

Workflow file for this run

---
name: renovate
on:
schedule:
- cron: '0 3 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Renovate
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}