Skip to content

Commit 1e6758a

Browse files
committed
ci: 🧪 Update cron schedule for weekly poetry bot to run every hour
1 parent e22a943 commit 1e6758a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/weekly-poetry-bot.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Weekly Poetry Update
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Runs every Sunday at midnight
5+
# - cron: '0 0 * * 0' # Runs every Sunday at midnight
6+
- cron: '0 * * * *' # Runs every hour
67

78
jobs:
89
update-dependencies:

0 commit comments

Comments
 (0)