Update .gitea/workflows/renovate.yaml
Some checks failed
renovate / renovate (push) Failing after 2m15s

This commit is contained in:
2025-10-22 17:35:22 +00:00
parent f9eaf1dcb0
commit a732c34e7e

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 14 * * *"
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