feat: changed workflow from every hour to every third hour
All checks were successful
renovate / renovate (push) Successful in 29s
All checks were successful
renovate / renovate (push) Successful in 29s
This commit is contained in:
parent
13e3621221
commit
9aca323ca8
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ name: renovate
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@hourly"
|
||||
# - cron: "23 */3 * * *"
|
||||
#- cron: "@hourly"
|
||||
- cron: "43 */3 * * *"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue