diff --git a/renovate.json b/renovate.json index bf7b744e43c..e704174d77b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "extends": ["github>freecodecamp/renovate-config"], - "enabledManagers": ["github-actions", "dockerfile"] + "includePaths": ["**/Dockerfile", "**/.github/workflows/*.yml", "**/api/"] }