Merge pull request 'Update Flake' (#32) from update-flake into main

This commit is contained in:
DavHau
2023-07-26 14:48:59 +02:00
committed by Gitea
parent 7ae10adf59
commit 62ae99ecb6

View File

@@ -0,0 +1,19 @@
name: update-flake-lock
on:
workflow_dispatch: # allows manual triggering
schedule:
- cron: '0 0 * * 0' # runs weekly on Sunday at 00:00
jobs:
lockfile:
runs-on: nix
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v19
with:
pr-title: "Update flake.lock" # Title of PR to be created
pr-labels: | # Labels to be set on the PR
dependencies
automated