We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e22a943 + 1e6758a commit e7e861aCopy full SHA for e7e861a
.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