Skip to content

Renovate

Renovate #47

Workflow file for this run

name: Renovate
on:
# Run manually.
workflow_dispatch:
# Run every Sunday at 4:00 AM.
schedule:
- cron: 0 4 * * 0
# Run on pushes to dev when the Renovate configuration changes.
push:
branches:
- dev
paths:
- renovate.json5
jobs:
renovate:
name: Renovate
uses: Lombiq/GitHub-Actions/.github/workflows/renovate.yml@dev
secrets:
CHECKOUT_TOKEN: ${{ secrets.LOMBIQBOT_GITHUB_PERSONAL_ACCESS_TOKEN }}