fix(renovate): dont catch other than API (#65124)

This commit is contained in:
Mrugesh Mohapatra
2026-01-14 10:01:00 +05:30
committed by GitHub
parent fafd1c5e1f
commit c0e60fd355
+1 -1
View File
@@ -1,4 +1,4 @@
{
"extends": ["github>freecodecamp/renovate-config"],
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/**"]
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "api/**"]
}