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