From 654274f63253a15ee8383cd44a38171d19e7a50a Mon Sep 17 00:00:00 2001 From: official-Cromatin Date: Sun, 21 Sep 2025 17:04:47 +0200 Subject: [PATCH] Enable renovate workflow schedule --- .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 3a47a58..8eab065 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -2,8 +2,8 @@ name: Renovate on: workflow_dispatch: - # schedule: - # - cron: '0 2 * * 1' + schedule: + - cron: '0 2 * * 1' permissions: contents: read