Skip to content

one more try

one more try #9

Workflow file for this run

name: Self-Hosted Renovate
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
push:
branches:
- renovate/reconfigure # TEMP
jobs:
run-renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate Bot GitHub Action
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate-config.js
env:
LOG_LEVEL: DEBUG