Update .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 29s

This commit is contained in:
2025-07-26 20:50:47 +02:00
parent af55f7a4bc
commit 8410909f04

View File

@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone) schedule: # runs this workflow at the scheduled time (uses UTC, adjust for your timezone)
- cron: "0 12 * * *" - cron: "0 4 * * 3,6" # “At 04:00 on Wednesday and Saturday.”
push: # runs this workflow when pushes to the main branch are made push: # runs this workflow when pushes to the main branch are made
branches: branches:
- main - main