Skip to content

Run renovate

Run renovate #15

Workflow file for this run

name: Run renovate
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
renovate:
if: github.event_name == 'schedule' || github.event_name == 'push'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate.json5
env:
RENOVATE_REPOSITORIES: "['${{ github.repository }}']"
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: ".*"