fix(lint): renovate config

This commit is contained in:
Mrugesh Mohapatra
2026-01-13 21:31:24 +05:30
parent f79d99d272
commit 21f6c5ea93
+3 -9
View File
@@ -1,10 +1,4 @@
{
"extends": [
"github>freecodecamp/renovate-config"
],
"includePaths": [
"**/Dockerfile",
"**/.github/workflows/*.yml",
"**/api/**"
]
}
"extends": ["github>freecodecamp/renovate-config"],
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/**"]
}