Compare commits

..

1 Commits

Author SHA1 Message Date
danstruble 033873ed45 increase cron frequency
renovate / renovate (push) Successful in 3m39s
2026-04-09 17:55:17 +00:00
+1 -1
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 0,12 * * *"
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