Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

renovate

renovate #3085

Workflow file for this run

name: renovate
on:
schedule:
- cron: '10 0/1 * * *' # Start at ten past to avoid rush hour
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.5.3
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.0.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate-bot-config.json
env:
LOG_LEVEL: 'debug'