Skip to content

6 hourly schedule

6 hourly schedule #14

Workflow file for this run

name: 6 hourly schedule
on:
schedule:
- cron: '0 */6 * * *'
jobs:
renovate:
uses: ./.github/workflows/_renovate.yaml
secrets: inherit