mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(renovate): correct minimatch syntax
This commit is contained in:
+9
-3
@@ -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/**"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user