keep the hourly schedule

Reverts the cron change and fixes the README, which claimed every 6
hours while the workflow ran hourly.
This commit is contained in:
Madison Grubb
2026-08-13 10:31:13 -04:00
parent 1b88019fb9
commit bec9fe6f4a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
- cron: "0 * * * *"
jobs:
renovate: