Skip to content

Commit

Permalink
Run Go deps upgrade every week (#14910)
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Jan 9, 2024
1 parent 12e75b1 commit 6a0cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_golang_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update Golang Dependencies

on:
schedule:
- cron: "0 0 * * *" # Runs every day at midnight UTC
- cron: "0 0 * * 0" # Runs every week at midnight UTC
workflow_dispatch:

permissions: read-all
Expand Down

0 comments on commit 6a0cc44

Please sign in to comment.