Skip to content

Commit

Permalink
Update update-flake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter authored Jan 22, 2025
1 parent e456f83 commit 3bc6f7a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
# Update every Sunday and Wednesday
- cron: "51 3 * * 0,3"
workflow_dispatch:
repository_dispatch:

jobs:
update:
Expand All @@ -16,5 +17,7 @@ jobs:
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
pr-labels: dependencies
pr-labels: |
dependencies
merge-queue

0 comments on commit 3bc6f7a

Please sign in to comment.