diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 24edca8..79a68c0 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -5,7 +5,7 @@ on: branches: - main schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) - - cron: "0 12 * * *" + - cron: "0 10 * * *" push: # runs this workflow when pushes to the main branch are made branches: - main