From a3b8972ec2a54f83c871031af4225b2e1e5a7969 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 16 Mar 2026 00:00:32 +0200 Subject: [PATCH] fix: renovate.json --- .github/renovate.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 336a46f..f02f654 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,15 +2,5 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>ivuorinen/renovate-config" - ], - "packageRules": [ - { - "managers": [ - "github-actions" - ], - "schedule": [ - "daily" - ] - } ] }