Skip to content

Scheduled Renovate Execution #4242

Scheduled Renovate Execution

Scheduled Renovate Execution #4242

Workflow file for this run

name: Scheduled Renovate Execution
on:
workflow_dispatch:
push:
branches:
- main
schedule:
- cron: '0/20 * * * *'
concurrency: renovate
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- uses: ./.github/actions/app-token-exporter
id: app-token
with:
private_key: ${{ secrets.PRIVATE_KEY }}
app_id: ${{ secrets.APP_ID }}
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
configurationFile: .github/renovate.json
token: ${{ steps.app-token.outputs.token }}
env:
LOG_LEVEL: 'debug'
RENOVATE_REPOSITORIES: 'Opetushallitus/ludos'
RENOVATE_AUTODISCOVER_FILTER: 'Opetushallitus/ludos'