Skip to content

Commit 8123d46

Browse files
committed
ci: Reduce the frequency of automatic dependency updates
1 parent 3729eae commit 8123d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/update-flake-lock.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: update-flake-lock
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 * * 0'
5+
- cron: '0 0 1 * *'
66
jobs:
77
update-lockfile:
88
runs-on: ubuntu-latest
@@ -34,4 +34,4 @@ jobs:
3434
# with:
3535
# token: ${{ secrets.PAT }}
3636
# pull-request-number: ${{ steps.update-flake-lock.outputs.pull-request-number }}
37-
# merge-method: rebase
37+
# merge-method: rebase

0 commit comments

Comments
 (0)