Skip to content

Renovate

Renovate #178

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: renovatebot/renovate@37.6.0
with:
# Set the GitHub token for authentication
token: ${{ secrets.GITHUB_TOKEN }}
# Set the platforms to update
platform: github
# Set the package files to update
packageFiles: |
package.json
yarn.lock
# Set the base branch for pull requests
baseBranches: master