diff --git a/renovate.json b/renovate.json index 417585408a..75908feed0 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "extends": ["config:base", ":semanticCommitTypeAll(chore)"], - "ignorePaths": ["docs/**", "src/crawlee/project_template/**"], + "ignorePaths": ["docs/**", "src/crawlee/project_template/**", "website/versioned_docs/**"], "pinVersions": false, "separateMajorMinor": false, "dependencyDashboard": false,