Skip to content

Commit f509f91

Browse files
committed
update-flake-lock: hrp2-14
1 parent fb479cc commit f509f91

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: update-flake-lock
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 16 27 * *'
7+
8+
jobs:
9+
lockfile:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
- name: Install Nix
15+
uses: DeterminateSystems/nix-installer-action@main
16+
- name: Update flake.lock
17+
uses: DeterminateSystems/update-flake-lock@main
18+
with:
19+
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

.mergify.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ pull_request_rules:
55
- check-success = "Nix build on ubuntu"
66
- check-success = "pre-commit.ci - pr"
77
- or:
8-
- author = pre-commit-ci[bot]
98
- author = dependabot[bot]
9+
- author = github-actions[bot]
10+
- author = hrp2-14
11+
- author = pre-commit-ci[bot]
1012
actions:
1113
merge:

0 commit comments

Comments
 (0)