From 5aa3e478dbae431a24e5ab765d8e57bb04fdacab Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 22 Mar 2026 12:51:03 +0200 Subject: [PATCH] chore(deps): migrate renovate config to shared preset --- .github/renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index f02f654..66f4a27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "github>ivuorinen/renovate-config" - ] + "extends": ["github>ivuorinen/renovate-config"] }