From 205fc8a52ec01d57d878a3b247ebf8b0908b3ae9 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 3 Oct 2024 21:49:44 +0200 Subject: [PATCH] change to run every 12 hours --- .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 7877102..94e23ca 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -2,7 +2,7 @@ name: renovate on: schedule: - - cron: '0 * * * *' + - cron: '0 */12 * * *' push: branches: - master