Skip to content
Snippets Groups Projects
Unverified Commit 772fc469 authored by Guilhem Saurel's avatar Guilhem Saurel Committed by GitHub
Browse files

Merge pull request #64 from humanoid-path-planner/hrp2

update-flake-lock: hrp2-14
parents c8dc922c 490b3226
No related branches found
No related tags found
No related merge requests found
Pipeline #49805 passed
...@@ -3,7 +3,7 @@ name: update-flake-lock ...@@ -3,7 +3,7 @@ name: update-flake-lock
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 12 6 * *' - cron: '0 9 24 * *'
jobs: jobs:
lockfile: lockfile:
...@@ -15,3 +15,5 @@ jobs: ...@@ -15,3 +15,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock - name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
...@@ -7,6 +7,7 @@ pull_request_rules: ...@@ -7,6 +7,7 @@ pull_request_rules:
- or: - or:
- author = dependabot[bot] - author = dependabot[bot]
- author = github-actions[bot] - author = github-actions[bot]
- author = hrp2-14
- author = pre-commit-ci[bot] - author = pre-commit-ci[bot]
actions: actions:
merge: merge:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment