From 1d89c61cdd0c82d3d6f541762008810c18a441e3 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 10 Aug 2024 16:20:40 +0200 Subject: [PATCH] run renovate hourly --- .gitea/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 122f872..6ed09f0 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -2,7 +2,7 @@ name: renovate on: schedule: - - cron: "@weekly" + - cron: "@daily" push: branches: - main