Skip to content

Commit

Permalink
Merge pull request #52 from humanoid-path-planner/hrp2
Browse files Browse the repository at this point in the history
update-flake-lock: hrp2-14
  • Loading branch information
nim65s authored Feb 7, 2025
2 parents 3501e59 + 5395b5a commit 860edea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 12 7 * *'
- cron: '0 13 11 * *'

jobs:
lockfile:
Expand All @@ -15,3 +15,5 @@ jobs:
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pull_request_rules:
- or:
- author = dependabot[bot]
- author = github-actions[bot]
- author = hrp2-14
- author = pre-commit-ci[bot]
actions:
merge:

0 comments on commit 860edea

Please sign in to comment.