From 72592fb559e74439e33685f313a2dbb05fc583e8 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 13 Jul 2025 14:18:36 +0300 Subject: [PATCH] fix: renovate.json --- .github/renovate.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 853fa79..66f4a27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ivuorinen/renovate-config"], - "packageRules": [ - { - "managers": ["github-actions"], - "schedule": ["daily"] - } - ] + "extends": ["github>ivuorinen/renovate-config"] }