run renovate

This commit is contained in:
Tyler Mayoff 2025-09-12 22:46:40 -04:00
parent 2b3e31dd9d
commit 625725b734

View file

@ -0,0 +1,15 @@
name: Renovate
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 5' # runs weekly on Sunday at 00:00
jobs:
renovate:
runs-on: codeberg-tiny
steps:
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: |
nix run nixpkgs#renovate -- --platform forgejo --endpoint https://codeberg.org/api/v1 --token ${{ secrets.RENOVATE_TOKEN }} ${{ env.FORGEJO_REPOSITORY }}