Skip to content

Renovate

Renovate #24

Workflow file for this run

---
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 0-4 * * *'
jobs:
nix-update:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Set up Git
if: ${{ ! env.ACT }}
run: |
git config --global user.name "Christian Kemper"
git config --global user.email "christian.kemper@me.com"
- name: Run Renovate
uses: renovatebot/github-action@v39.2.4
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/workflows/renovate.json
env:
LOG_LEVEL: debug