From aad59ffe43b65e3e4135baa27641525799585e7c Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Mon, 29 Dec 2025 11:33:42 -0600 Subject: [PATCH] Fix indentation in renovate.json schema declaration --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..344c613 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,3 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json" }