Skip to content

.github/workflows/renovate.yml #235

.github/workflows/renovate.yml

.github/workflows/renovate.yml #235

Workflow file for this run

on:
pull_request:
types:
- edited
push:
branches:
- main
schedule:
- cron: '0 0/6 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: renovatebot/[email protected]
with:
configurationFile: ./renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}