fix(renovate): correct minimatch syntax

This commit is contained in:
Mrugesh Mohapatra
2026-01-13 20:10:34 +05:30
parent 1516ff1aeb
commit 1eebe23fd6
+8 -2
View File
@@ -1,4 +1,10 @@
{
"extends": ["github>freecodecamp/renovate-config"],
"includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/"]
"extends": [
"github>freecodecamp/renovate-config"
],
"includePaths": [
"**/Dockerfile",
"**/.github/workflows/*.yml",
"**/api/**"
]
}