Skip to content

renovate

renovate #50638

Workflow file for this run

---
name: renovate
on:
schedule:
- cron: "0/15 * * * *"
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.6.0
- name: Run renovate
uses: renovatebot/github-action@v41.0.12
continue-on-error: true
env:
RENOVATE_REPOSITORIES: "Comcast/scte35-go"
with:
configurationFile: ./.github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}