From 4fd3a33991efef092337b92122b80f5c6aa6f7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 23 Feb 2023 15:16:12 +0100 Subject: [PATCH] Remporarily run every 15 mins for testing --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index e6c7e4ad..57a40ef9 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,7 +2,7 @@ name: Renovate on: schedule: # Run every 2nd hour - - cron: '0 */2 * * *' + - cron: '0/15 * * * *' jobs: renovate: runs-on: ubuntu-latest