From 8e989fc1d3dee585e5cefdace6e3ea6fe5078256 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Thu, 30 Oct 2025 20:03:03 +0200 Subject: ci: renovate schedule (#80) * Add renovate.json * ci: renovate config * ci: renovate schedule --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) (limited to '.github') diff --git a/.github/renovate.json b/.github/renovate.json index 044a783..b7f5071 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,7 @@ ], "automergeType": "branch", "semanticCommits": "enabled", + "schedule": "* * * * 5,6", "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], -- cgit v1.2.3