We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3501e59 commit 5395b5aCopy full SHA for 5395b5a
.github/workflows/update-flake-lock.yml
@@ -3,7 +3,7 @@ name: update-flake-lock
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 12 7 * *'
+ - cron: '0 13 11 * *'
7
8
jobs:
9
lockfile:
@@ -15,3 +15,5 @@ jobs:
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
@@ -7,6 +7,7 @@ pull_request_rules:
- or:
- author = dependabot[bot]
- author = github-actions[bot]
10
+ - author = hrp2-14
11
- author = pre-commit-ci[bot]
12
actions:
13
merge:
0 commit comments