From be39b144cde4ad278044dd7ab43661c8cb4e2603 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 11:02:00 -0500 Subject: [PATCH] feat: change schedule --- .gitea/workflows/renovate.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 1cab1be..55d5600 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -2,11 +2,7 @@ name: renovate on: schedule: - - cron: '@daily' - - push: - branches: - - main + - cron: '0 */6 * * *' workflow_dispatch: