From 1eebe23fd68b18e466ff742751a001c65a1450ab Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Tue, 13 Jan 2026 20:10:34 +0530 Subject: [PATCH] fix(renovate): correct minimatch syntax --- renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index e704174d77b..54b6cf65e9d 100644 --- a/renovate.json +++ b/renovate.json @@ -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/**" + ] +} \ No newline at end of file