From c297549fec7b6c8582bccfaa721f5b7f92a3b6cf Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 27 Feb 2023 22:11:37 +0100 Subject: [PATCH] temporarily disable schedule for renovate Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 3b025908040..9ed390adf43 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -1,8 +1,8 @@ name: Renovate on: workflow_dispatch: - schedule: - - cron: "0 */1 * * *" + # schedule: + # - cron: "0 */1 * * *" jobs: renovate: runs-on: ubuntu-latest