homelab/.forgejo/workflows/update-dependencies.yml
David Mikael Blum Samuelsen b91c23e78d
Some checks failed
Test / tests (push) Failing after 1m24s
update flæk
2025-07-09 10:59:00 +02:00

19 lines
No EOL
560 B
YAML

name: update-dependencies
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 6 * * *'
jobs:
update-dependencies:
runs-on: nixos-latest
steps:
- uses: actions/checkout@v4
- id: update
uses: https://github.com/DeterminateSystems/update-flake-lock@main
# - name: Merge
# run: gh pr merge --auto "${{ steps.update.outputs.pull-request-number }}" --rebase
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# if: ${{ steps.update.outputs.pull-request-number != '' }}s