Skip to content

Update πŸ”„

Update πŸ”„ #2

Workflow file for this run

---
name: Update πŸ”„
'on':
schedule:
- cron: '0 10 1 * *' # At 10: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@v12
- uses: DeterminateSystems/update-flake-lock@v23
with:
pr-title: "chore: update flake.lock"
pr-labels: |
dependencies
automated