Skip to content

Renovate

Renovate #414

Workflow file for this run

name: Renovate
on:
schedule:
- cron: '0 7 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v34.152.5
with:
token: ${{ secrets.LOGCHANGE_PAT_TOKEN }}
configurationFile: .github/renovate-config.js