From a7d24c5f7c94970c0def35bb7d8221e2dc06c5f8 Mon Sep 17 00:00:00 2001 From: Koen van Zuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:57:51 +0200 Subject: [PATCH] chore: run renovate hourly and on push --- .github/workflows/renovate.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 84415b96c..98d224314 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -1,7 +1,10 @@ name: Renovate on: schedule: - - cron: "0/15 * * * *" + - cron: "0 * * * *" + push: + branches: + - main workflow_dispatch: permissions: