From 21f6c5ea938b7d597a9e8b8d4ff3276b1b045872 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 13 Jan 2026 21:31:24 +0530 Subject: [PATCH] fix(lint): renovate config --- renovate.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/renovate.json b/renovate.json index 54b6cf65e9d..c9a50a37f58 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,4 @@ { - "extends": [ - "github>freecodecamp/renovate-config" - ], - "includePaths": [ - "**/Dockerfile", - "**/.github/workflows/*.yml", - "**/api/**" - ] -} \ No newline at end of file + "extends": ["github>freecodecamp/renovate-config"], + "includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/**"] +}