move from every 6 hours to hourly

This commit is contained in:
2026-03-05 16:01:24 +00:00
parent 04ccad1bb4
commit 132b566880

View File

@@ -3,7 +3,7 @@ name: Renovate
on:
workflow_dispatch:
schedule:
- cron: "0 */6 * * *"
- cron: "0 * * * *"
jobs:
renovate: