fix: change cronjob from 10 to 30min

This commit is contained in:
WrenIX 2024-03-12 21:26:56 +00:00
parent f1b0384a87
commit 106abf2753

View file

@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "*/10 * * * *" - cron: "*/30 * * * *"
jobs: jobs:
renovate: renovate: