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