From 6e691c883c477fd205711f231adb5259cacf107d Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 17 Jul 2024 12:24:12 +0200 Subject: [PATCH] Formatting --- renovate.json5 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 3082114..afea8b6 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,6 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>renovate-bot/renovate-config" - ] + $schema: 'https://docs.renovatebot.com/renovate-schema.json', + extends: ['local>renovate-bot/renovate-config'] }