Skip to content

Update

Update #9

Workflow file for this run

---
name: Update
'on':
schedule:
- cron: '0 7 1 * *' # At 07:00 on day-of-month 1
workflow_dispatch:
jobs:
lock-updater:
name: Flake Lock Updater
runs-on: ubuntu-22.04
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/update-flake-lock@v23
with:
pr-title: "chore: update flake.lock"
pr-labels: |
dependencies
automated