We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22a943 commit 1e6758aCopy full SHA for 1e6758a
.github/workflows/weekly-poetry-bot.yml
@@ -2,7 +2,8 @@ name: Weekly Poetry Update
2
3
on:
4
schedule:
5
- - cron: '0 0 * * 0' # Runs every Sunday at midnight
+ # - cron: '0 0 * * 0' # Runs every Sunday at midnight
6
+ - cron: '0 * * * *' # Runs every hour
7
8
jobs:
9
update-dependencies:
0 commit comments