Renovate #48
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |