fix: change cronjob from 10 to 30min
This commit is contained in:
parent
f1b0384a87
commit
106abf2753
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "*/10 * * * *"
|
- cron: "*/30 * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
renovate:
|
renovate:
|
||||||
|
|
Loading…
Add table
Reference in a new issue