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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
{
"extends": ["github>freecodecamp/renovate-config"],
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/**"]
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "api/**"]
}