From bbc56f7205a79d1be35c5bdba124637acf11f149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Fri, 17 Feb 2023 01:39:08 +0100 Subject: [PATCH] Fix cron --- .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 1318b39c..a09333c3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -3,7 +3,7 @@ on: schedule: # The "*" (#42, asterisk) character has special semantics in YAML, so this # string has to be quoted. - - cron: '0/5 * * * *' + - cron: '*/5 * * * *' jobs: renovate: runs-on: ubuntu-latest