From c0e60fd355c97c555a2b139a7096bc8d0604fdc1 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Wed, 14 Jan 2026 10:01:00 +0530 Subject: [PATCH] fix(renovate): dont catch other than API (#65124) --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c9a50a37f58..25bb47aee35 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "extends": ["github>freecodecamp/renovate-config"], - "includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/**"] + "includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "api/**"] }