From 9ec3f70e5fe5fe22f42e4591f89beaa730d39cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Wed, 22 Feb 2023 01:17:44 +0100 Subject: [PATCH] Every hour --- .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 ca046d8b..3b1f28bb 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: '*/30 * * * *' + - cron: '0 * * * *' jobs: renovate: runs-on: ubuntu-latest