From 91727e3863a416cb327c24a9479fb1bc3d2fb34d Mon Sep 17 00:00:00 2001 From: ivuorinen <11024+ivuorinen@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:58:28 +0000 Subject: [PATCH] style: auto-fix biome issues [skip ci] --- .github/renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8337a35..7ce4fb6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>ivuorinen/renovate-config" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["local>ivuorinen/renovate-config"] }