From 57e115d884788abaf97eb29bee58e58f9af0cde3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 23 Feb 2023 15:16:23 +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 57a40ef9..c5f90ff2 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/15 * * * *' + - cron: '*/15 * * * *' jobs: renovate: runs-on: ubuntu-latest