From 4077d3289cd2a87d8499b31eb6a70fd460aa72e4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 23 Mar 2026 11:01:49 -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 b439e0f..e560fec 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: