feat(github): added auto-update workflow

chore: renamed workflow
This commit is contained in:
Wittano Bonarotti 2024-07-11 21:37:07 +02:00
parent 45d28a636e
commit 06d1aff7ef
No known key found for this signature in database
GPG Key ID: 81EC1690D9E354CF
2 changed files with 23 additions and 3 deletions

20
.github/workflows/auto-update.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Update flake.lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 1 * *'
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v23
with:
pr-assignees: voidlhf
pr-title: "chore(flake): update flake.lock"
pr-labels: |
dependencies
automated

View File

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1715787315,
"narHash": "sha256-cYApT0NXJfqBkKcci7D9Kr4CBYZKOQKDYA23q8XNuWg=",
"lastModified": 1720542800,
"narHash": "sha256-ZgnNHuKV6h2+fQ5LuqnUaqZey1Lqqt5dTUAiAnqH0QQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "33d1e753c82ffc557b4a585c77de43d4c922ebb5",
"rev": "feb2849fdeb70028c70d73b848214b00d324a497",
"type": "github"
},
"original": {