Skip to content

Commit

Permalink
ci: run "Update dependencies" workflow once every month
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Aug 13, 2024
1 parent f75ede9 commit 5e0c65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update dependencies

on:
schedule:
- cron: "00 23 * * 6"
- cron: "0 0 1 * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 5e0c65f

Please sign in to comment.