From 867f3c70ad458bb4be2dd6c848edc6a7e00aebdc Mon Sep 17 00:00:00 2001 From: Jordan Labrosse Date: Tue, 9 Sep 2025 12:45:00 +0200 Subject: [PATCH] chore: fix formatting in renovate.json Closes #21 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 176e8e3..2bf2054 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>nuxt/renovate-config-nuxt", + "github>nuxt/renovate-config-nuxt" ] }