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

This commit is contained in:
2025-12-29 16:12:31 +01:00
parent 33d002a43d
commit 3d86491984

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: "@daily"
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