Skip to content

Renovate

Renovate #3254

Workflow file for this run

name: Renovate
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
schedule:
- cron: '0,30 * * * *'
concurrency:
group: renovate
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/create-github-app-token@v1
id: get_token
with:
app-id: ${{ secrets.RENOVATE_APP_ID }}
private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}
owner: ${{ github.repository_owner }}
- uses: DeterminateSystems/nix-installer-action@main
- run: nix run
env:
RENOVATE_TOKEN: ${{ steps.get_token.outputs.token }}
RENOVATE_PR_FOOTER: "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate) ([Logs](https://github.com/${{github.repository}}/actions/runs/${{github.run_id}}))."