Skip to content

Fix: review

Fix: review #69

Workflow file for this run

name: Renovate

Check failure on line 1 in .github/workflows/renovate.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/renovate.yaml

Invalid workflow file

invalid `cron` attribute "0 30 * * 1"
on:
schedule:
- cron: '0 30 * * 1'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Self-hosted Renovate
uses: renovatebot/github-action@2a87d1192eaa0cac92b6566233afedf68fd3472a # renovate v38.1.8
with:
configurationFile: renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}